ConditionalRun Firefox

Examine source code of ConditionalRun

제작자: Ascoro
Inspect and view changes in ConditionalRun source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ConditionalRun",
  "version": "0.0.4resigned1",
  "manifest_version": 2,
  "description": "Run custom scripts on different cases",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "https://*/*",
    "http://*/*",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa0622d0-cac7-476d-9b3d-48ff394bcf21}"
    }
  }
}

최고의 ConditionalRun 대안

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