AB Add on Firefox

Examine source code of AB Add on

By: Ben Jan Add-on
Inspect and view changes in AB Add on source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AB Add on",
  "version": "1.0",
  "description": "AB Add-on",
  "icons": {
    "128": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e01d69f8-f936-476a-a572-52011ceb471c}"
    }
  }
}

Best AB Add on Alternatives

Here are some Firefox add-ons that are similar to AB Add on: