A content script is a part of your extension that runs in the context of a web page. It can read and modify page content using the standard Web APIs. Content script behavior is similar to scripts that are part of a website, such as those loaded using the <script> element). However, content scripts can only…