Transparent Background Toggle + Picker Firefox

Examine source code of Transparent Background Toggle + Picker

Inspect and view changes in Transparent Background Toggle + Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Transparent Background Toggle + Picker",
  "version": "1.2",
  "description": "Default transparent pages, per-site toggle, element picker with persistence",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle Transparent Background"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0439b83e-d497-4408-9b8f-7f3d2be2017b}"
    }
  }
}

Best Transparent Background Toggle + Picker Alternatives

Here are some Firefox add-ons that are similar to Transparent Background Toggle + Picker: