Auto Clicker - AutoFill [DEV]

AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test

O que é Auto Clicker - AutoFill [DEV]?

Auto Clicker - AutoFill [DEV] é uma extensão do Chrome desenvolvida por https://getautoclicker.com, e sua principal característica é "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Clicker - AutoFill [DEV]

Baixe arquivos de extensão Auto Clicker - AutoFill [DEV] 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

                        Welcome to Auto Clicker - AutoFill Dev for Chrome!

The stable version can be found here: https://chrome.google.com/extensions/detail/iapifmceeokikomajpccajhjpacjmibe

! ! ! Have question Chat on Discord : https://discord.gg/ubMBeX3

Fill input field or click button or link anything anywhere. easy configure in few steps and work like PRO

Auto click / Auto fill Dev is chrome extension developed with HTML, CSS, JavaScript. Quickly configure your job using XPath and work like PRO.

Please note: Dev version might and sometimes most probably will contain bugs ;)

Live on the bleeding edge: Try out our latest features. (They'll be rough around the edges!)

You can install Auto Clicker - AutoFill Dev alongside other channels of Auto Clicker - AutoFill for Chrome.

########################## Bugs ############################

Instead of giving a bad rating, please report bugs here:

https://github.com/Dhruv-Techapps/auto-click-auto-fill/issues

Give early feedback: Let us know what you think and help make Auto Clicker - AutoFill for Chrome a better extension.

####################### Change Log #########################

http://blog.getautoclicker.com/

################### Important Link #########################

✔ Official Site - http://getautoclicker.com/
✔ Docs - http://getautoclicker.com/docs/
✔ Privacy Policy - https://dhruv-techapps.github.io/policy
✔ Donation - https://paypal.me/DharmeshH/25?_ga=1.267642062.1305492970.1507529951                    

Informações Básicas da Extensão

Nome Auto Clicker - AutoFill [DEV] Auto Clicker - AutoFill [DEV]
ID cpjikgcdmhfnmaiibplplldlchbjejel
URL Oficial https://chromewebstore.google.com/detail/auto-clicker-autofill-dev/cpjikgcdmhfnmaiibplplldlchbjejel
Descrição AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test
Tamanho do Arquivo 299 KB
Contagem de Instalações 2,686
Versão Atual 3.4.97
Última Atualização 2024-03-02
Data de Publicação 2020-11-27
Classificação 3.00/5 Total de 11 Avaliações
Desenvolvedor https://getautoclicker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getautoclicker.com/
URL da Página de Ajuda https://getautoclicker.com/docs/3.x/getting-started/introduction/
URL da Página de Política de Privacidade https://getautoclicker.com/policy
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Clicker - AutoFill [DEV]",
    "short_name": "Auto Clicker",
    "description": "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test",
    "version": "3.4.97",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        "identity",
        "alarms",
        "unlimitedStorage"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon64.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/status.min.css"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/wizard-popup.min.css"
            ],
            "js": [
                "webcomponents\/webcomponents-bundle.js",
                "wizard-popup.js",
                "wizard.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/*.getautoclicker.com\/*",
            "https:\/\/*.getdataentry.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "1068181857899-r0f42tolvddi77t0jtatj59pl88lq9om.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "html\/*",
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}