Special Folders Scripts

Shows a small overlay on web pages and a toolbar popup that runs the extension's bundled scripts.

Runs on Chrome, Edge, Firefox · Manifest V3 · Surfaces: content script, popup, background service worker · Styling: CSS

Create this project

npx extension@latest create my-special-folders-scripts --template special-folders-scripts
cd my-special-folders-scripts
npm install
npm run dev

Permissions it asks for

  • activeTab
  • scripting
  • <all_urls>

extension.devDocumentation for extension.dev