Autochecker Antispam & Checkbox Tool

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

Wat is Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool is een Chrome-extensie ontwikkeld door chrdevmar-crunchycloud, en de belangrijkste functie is "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Autochecker Antispam & Checkbox Tool

Download Autochecker Antispam & Checkbox Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
Officiële URL https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Beschrijving Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Bestandsgrootte 10.9 KB
Aantal Installaties 542
Huidige Versie 1.0.3
Laatst Bijgewerkt 2018-07-07
Publicatiedatum 2018-07-07
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar chrdevmar-crunchycloud
Betalingswijze free
Ondersteunde Talen 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"
    }
}