Quickload Toolbox Firefox

Examine source code of Quickload Toolbox

Inspect and view changes in Quickload Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Quickload Toolbox",
  "description": "Quickload browser extension to aid desktop app usage.",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon-128.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Quickload Toolbox",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "https://power.dat.com/*",
    "http://power.dat.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://power.dat.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Meilleures alternatives Quickload Toolbox

Voici quelques Firefox add-ons qui sont similaires à Quickload Toolbox :