Auto Clicker Pro

Click any DOM Element at regular intervals.

O que é Auto Clicker Pro?

Auto Clicker Pro é uma extensão do Chrome desenvolvida por guddin.ch, e sua principal característica é "Click any DOM Element at regular intervals.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Clicker Pro

Baixe arquivos de extensão Auto Clicker Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "Auto Clicker Pro" is a Chrome extension that automates clicking on DOM elements at specified intervals, supporting different element selectors and even clicks inside iframes. 
Simplify repetitive tasks and streamline web interactions effortlessly with this powerful and user-friendly tool.                    

Informações Básicas da Extensão

Nome Auto Clicker Pro Auto Clicker Pro
ID obikngaapekgjmnhjdnbagfpelnmffic
URL Oficial https://chromewebstore.google.com/detail/auto-clicker-pro/obikngaapekgjmnhjdnbagfpelnmffic
Descrição Click any DOM Element at regular intervals.
Tamanho do Arquivo 49.09 KB
Contagem de Instalações 404
Versão Atual 1.0
Última Atualização 2023-08-08
Data de Publicação 2023-08-07
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor guddin.ch
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Clicker Pro",
    "version": "1.0",
    "description": "Click any DOM Element at regular intervals.",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    }
}