Click Custodian Firefox

Examine source code of Click Custodian

By: Kev Add-on
Inspect and view changes in Click Custodian source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Click Custodian",
  "version": "1.5.2",
  "author": "Kevin Esensoy",
  "description": "Auto-close confirmation tabs and auto-click repetitive buttons",
  "homepage_url": "https://github.com/kesensoy/click-custodian",
  "browser_specific_settings": {
    "gecko": {
      "id": "click-custodian@kesensoy.github.io",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "debug.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "debug.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Click Custodian Alternatives

Here are some Firefox add-ons that are similar to Click Custodian: