Easy click Firefox

Examine source code of Easy click

Por: David D
Inspect and view changes in Easy click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Easy Click",
  "version": "1.2",
  "permissions": [
    "<all_urls>",
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "Easy Click",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "test.html",
    "about.html",
    "manual-extension-test.html",
    "firefox-test.html"
  ],
  "applications": {
    "gecko": {
      "id": "easyclick@firefox.extension",
      "strict_min_version": "58.0"
    }
  }
}

Mejores alternativas Easy click

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