AB Test Detector Firefox

Examine source code of AB Test Detector

By: Alfredo
Inspect and view changes in AB Test Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AB Test Detector",
  "version": "1.0.0",
  "description": "Detect A/B testing and feature flag tools on any webpage: Optimizely, VWO, LaunchDarkly, Statsig, and 15 more.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9f684438-8928-4c7b-921b-0fd31c2f12ee}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "static/icon16.png",
      "32": "static/icon32.png",
      "48": "static/icon48.png",
      "96": "static/icon96.png",
      "128": "static/icon128.png"
    },
    "default_title": "AB Test Detector",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "static/icon16.png",
    "32": "static/icon32.png",
    "48": "static/icon48.png",
    "96": "static/icon96.png",
    "128": "static/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best AB Test Detector Alternatives

Here are some Firefox add-ons that are similar to AB Test Detector: