Content scripts are files that run in the context of web pages. Using the standard Document Object Model (DOM), they are able to read details of the web pages the browser visits, make changes to them, and pass information to their parent extension. Understand content script capabilities Content scripts can access the following extension APIs directly: dom i18n storage runtime.connect() runtime.get