Delayed Click Firefox

Examine source code of Delayed Click

Inspect and view changes in Delayed Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Delayed Click",
  "description": "To trigger a click after custom timeout",
  "version": "0.2.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eba05028-5be4-4ed4-9d6c-0ea38d63927c}"
    }
  }
}

Best Delayed Click Alternatives

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