Quickload Toolbox Firefox

Examine source code of Quickload Toolbox

제작자: Quant Coding
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"
      ]
    }
  ]
}

최고의 Quickload Toolbox 대안

다음은 Quickload Toolbox과(와) 유사한 Firefox add-on입니다: