CheckboxDeselectionHelper Firefox

Examine source code of CheckboxDeselectionHelper

Inspect and view changes in CheckboxDeselectionHelper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CheckboxDeselectionHelper",
  "version": "1.1.1resigned1",
  "applications": {
    "gecko": {
      "id": "donotrackme@slodowski.net",
      "strict_min_version": "57.0"
    }
  },
  "description": "Can toggle specific checkboxes in html page based on its name starts with.",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "toggle.js"
      ]
    }
  ]
}

Best CheckboxDeselectionHelper Alternatives

Here are some Firefox add-ons that are similar to CheckboxDeselectionHelper: