← All terms

Background Script

Also known as: Background Scripts, Background Page

Code in a browser extension that runs independently of any specific web page, handling long-lived logic such as responding to browser events, managing storage, or coordinating with remote services. Under Manifest V3, background scripts are implemented as service workers rather than persistent pages. Research has shown that extensions using background scripts (alone or combined with content scripts) are far more likely to perform third-party tracking than script-less extensions.

Category: web-technology · browsers

Related: Browser Extension · Content Script · Service Worker · Manifest V3

Sources