Autochecker Antispam & Checkbox Tool

Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.

Cos'è Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool è un'estensione di Chrome sviluppata da chrdevmar-crunchycloud, e la sua funzione principale è "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Autochecker Antispam & Checkbox Tool

Scarica i file di estensione Autochecker Antispam & Checkbox Tool 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

                        Automatically opt out of marketing emails and sms. This extension will analyse the text associated with checkboxes found on the page and set their values accordingly.

***Disclaimer***
By installing this app, you agree to allow the extension to automatically check terms and conditions checkboxes when signing up to products and services online. Autochecker is NOT liable for terms and conditions of services that you sign up to while using this extension.                    

Informazioni di Base sull'Estensione

Nome Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
URL Ufficiale https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Descrizione Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Dimensione del File 10.9 KB
Conteggio Installazioni 542
Versione Corrente 1.0.3
Ultimo Aggiornamento 2018-07-07
Data di Pubblicazione 2018-07-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore chrdevmar-crunchycloud
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autochecker Antispam & Checkbox Tool",
    "short_name": "Autochecker Checkbox Tool",
    "version": "1.0.3",
    "description": "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "notificationListener.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    }
}