AB Tasty Debugger Firefox

Examine source code of AB Tasty Debugger

By: 789BET
Inspect and view changes in AB Tasty Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AB Tasty Debugger",
  "version": "1.5.0",
  "description": "Debug A/B tests from AB Tasty. Open source.",
  "browser_action": {
    "default_title": "AB Tasty Debugger",
    "default_popup": "popup.html",
    "default_icon": "images/icon-32x32.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "web_accessible_resources": [
    "scripts/page-script.js",
    "scripts/content-script.js",
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42db0ad8-ec58-4ba2-8108-65a448490262}"
    }
  }
}

Best AB Tasty Debugger Alternatives

Here are some Firefox add-ons that are similar to AB Tasty Debugger: