Throttle Browser Extension Firefox

Examine source code of Throttle Browser Extension

Inspect and view changes in Throttle Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Throttle",
  "version": "1.1.6resigned1",
  "manifest_version": 2,
  "description": "Throttle Browser Extension",
  "homepage_url": "https://throttlehq.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Throttle",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "clipboardWrite",
    "cookies",
    "contextMenus",
    "https://throttlehq.com/",
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "src/inject/inject.js"
      ],
      "css": [
        "css/bootstrap.scoped.css",
        "css/throttle.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "js/*.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@throttle"
    }
  }
}

Best Throttle Browser Extension Alternatives

Here are some Firefox add-ons that are similar to Throttle Browser Extension: