Autochecker Antispam & Checkbox Tool

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

Was ist Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool ist eine Chrome-Erweiterung, die von chrdevmar-crunchycloud entwickelt wurde, und ihr Hauptmerkmal ist "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Erweiterungsscreenshots

screenshot
screenshot

Autochecker Antispam & Checkbox Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autochecker Antispam & Checkbox Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
Offizielle URL https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Beschreibung Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Dateigröße 10.9 KB
Installationsanzahl 542
Aktuelle Version 1.0.3
Letztes Update 2018-07-07
Veröffentlichungsdatum 2018-07-07
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler chrdevmar-crunchycloud
Zahlungsart free
Unterstützte Sprachen 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"
    }
}