Delayed Click Firefox

Examine source code of Delayed Click

제작자: Type-Style
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}"
    }
  }
}

최고의 Delayed Click 대안

다음은 Delayed Click과(와) 유사한 Firefox add-on입니다: