Autochecker Antispam & Checkbox Tool

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

O que é Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool é uma extensão do Chrome desenvolvida por chrdevmar-crunchycloud, e sua principal característica é "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Autochecker Antispam & Checkbox Tool

Baixe arquivos de extensão Autochecker Antispam & Checkbox Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
URL Oficial https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Descrição Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Tamanho do Arquivo 10.9 KB
Contagem de Instalações 542
Versão Atual 1.0.3
Última Atualização 2018-07-07
Data de Publicação 2018-07-07
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor chrdevmar-crunchycloud
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}