Adobe Target Switch Firefox

Examine source code of Adobe Target Switch

제작자: Dominik H.
Inspect and view changes in Adobe Target Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AdobeTargetSwitch",
  "version": "1.0.1",
  "author": "Dominik Hitschmann",
  "description": "An extension for developers. Disable or highlight adobe targets on a page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7acacd3-4f4b-448f-98d7-c2ea057a8f9a}"
    }
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "declarativeNetRequest"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_blockAtJs",
        "enabled": false,
        "path": "rules_1.json"
      }
    ]
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/diff.js",
        "src/content/settings.js",
        "src/content/state.js",
        "src/content/offersConverter.js",
        "src/content/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "img/AdobeTargetSwitch.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "128": "img/AdobeTargetSwitch.png"
    }
  }
}

최고의 Adobe Target Switch 대안

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