Autochecker Antispam & Checkbox Tool

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

Co je Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool je rozšíření Chrome vyvinuté chrdevmar-crunchycloud, a jeho hlavní funkcí je „Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Autochecker Antispam & Checkbox Tool

Stáhněte si soubory rozšíření Autochecker Antispam & Checkbox Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
Oficiální URL https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Popis Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Velikost souboru 10.9 KB
Počet instalací 542
Aktuální Verze 1.0.3
Poslední Aktualizace 2018-07-07
Datum Vydání 2018-07-07
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář chrdevmar-crunchycloud
Typ Platby free
Podporované Jazyky 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"
    }
}