Clickin Firefox

Examine source code of Clickin

Por: B-aublys
Inspect and view changes in Clickin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Clickin",
  "version": "2.1.1.1",
  "description": "A simple to use autoclicker",
  "author": "Baublys",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs"
  ],
  "icons": {
    "128": "./images/blueicon.png"
  },
  "background": {
    "scripts": [
      "./dist/background.bundle.js"
    ]
  },
  "browser_action": {
    "default_title": "Enable your clicking Powers!",
    "default_popup": "./html/clicker.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./dist/contentScript.bundle.js"
      ]
    }
  ],
  "manifest_version": 2
}

Mejores alternativas Clickin

Aquí hay algunas Firefox add-ons que son similares a Clickin: