Checkbox Auto Checker Firefox

Examine source code of Checkbox Auto Checker

Inspect and view changes in Checkbox Auto Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Checkbox Auto Checker",
  "version": "1.2",
  "description": "Automatically check checkboxes on mouse hover.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0fcf428c-068d-482f-a2ab-212ef0804dad}"
    }
  }
}

Best Checkbox Auto Checker Alternatives

Here are some Firefox add-ons that are similar to Checkbox Auto Checker: