BoostedScripts Firefox

Examine source code of BoostedScripts

Inspect and view changes in BoostedScripts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BoostedScripts",
  "version": "0.1.1",
  "description": "Write userscripts with an LLM assistant in a side panel. Scripts stay local and are scoped per site.",
  "browser_specific_settings": {
    "gecko": {
      "id": "boostedscripts@boostedscripts.local",
      "strict_min_version": "149.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": [
          "authenticationInfo"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "BoostedScripts",
    "default_panel": "sidebar.html",
    "default_icon": "icons/icon.svg"
  },
  "action": {
    "default_title": "Open BoostedScripts in a window",
    "default_icon": "icons/icon.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/runner.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'"
  }
}

Melhores alternativas BoostedScripts

Aqui estão algumas Firefox add-ons que são similares a BoostedScripts: