Autochecker Antispam & Checkbox Tool

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

Co to jest Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool to rozszerzenie Chrome opracowane przez chrdevmar-crunchycloud, a jego główną funkcją jest „Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Autochecker Antispam & Checkbox Tool

Pobierz pliki rozszerzeń Autochecker Antispam & Checkbox Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
Oficjalny URL https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Opis Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Rozmiar pliku 10.9 KB
Liczba instalacji 542
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2018-07-07
Data Publikacji 2018-07-07
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper chrdevmar-crunchycloud
Typ Płatności free
Obsługiwane Języki 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"
    }
}