Auto Clicker - AutoFill

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

Cos'è Auto Clicker - AutoFill?

Auto Clicker - AutoFill è un'estensione di Chrome sviluppata da https://getautoclicker.com, e la sua funzione principale è "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Clicker - AutoFill

Scarica i file di estensione Auto Clicker - AutoFill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Welcome to Auto Clicker - AutoFill !

! ! ! 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 extension developed with HTML, CSS, JavaScript. 
Quickly configure your job using XPath and work like PRO.

🐛 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 a better extension.

⚡Change Log 

http://blog.getautoclicker.com/

⚡ Important Link 

✔ Official Site - http://getautoclicker.com/
✔ Wiki- http://getautoclicker.com/docs/
✔ Privacy Policy - https://getautoclicker.com/policy/
✔ Donation - https://opencollective.com/auto-clicker-autofill                    

Informazioni di Base sull'Estensione

Nome Auto Clicker - AutoFill Auto Clicker - AutoFill
ID iapifmceeokikomajpccajhjpacjmibe
URL Ufficiale https://chromewebstore.google.com/detail/auto-clicker-autofill/iapifmceeokikomajpccajhjpacjmibe
Descrizione AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test
Dimensione del File 298 KB
Conteggio Installazioni 200,000
Versione Corrente 3.4.93
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2020-01-14
Valutazione 4.11/5 Totale 1054 Valutazioni
Sviluppatore https://getautoclicker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getautoclicker.com/
URL della Pagina di Aiuto https://getautoclicker.com/docs/3.x/getting-started/introduction/
URL della Pagina della Politica sulla Privacy https://getautoclicker.com/policy
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Clicker - AutoFill",
    "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.93",
    "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": "15763641869-ig5p6fsnc0v91ta0c0nkjuggsjr5bh2q.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "html\/*",
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}