Autochecker Antispam & Checkbox Tool

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

Apa itu Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool adalah ekstensi Chrome yang dikembangkan oleh chrdevmar-crunchycloud, dan fitur utamanya adalah "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Autochecker Antispam & Checkbox Tool

Unduh file ekstensi Autochecker Antispam & Checkbox Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
URL Resmi https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Deskripsi Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Ukuran File 10.9 KB
Jumlah Instalasi 542
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2018-07-07
Tanggal Publikasi 2018-07-07
Penilaian 4.00/5 Total 4 Penilaian
Pengembang chrdevmar-crunchycloud
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}