Autochecker Antispam & Checkbox Tool

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

Что такое Autochecker Antispam & Checkbox Tool?

Autochecker Antispam & Checkbox Tool - это расширение Chrome, разработанное chrdevmar-crunchycloud, и его основная функция - "Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Autochecker Antispam & Checkbox Tool

Скачайте файлы расширений Autochecker Antispam & Checkbox Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Autochecker Antispam & Checkbox Tool Autochecker Antispam & Checkbox Tool
ID cgjodoppdnlnjliiiddckimhdjjpjdmk
Официальный URL https://chromewebstore.google.com/detail/autochecker-antispam-chec/cgjodoppdnlnjliiiddckimhdjjpjdmk
Описание Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.
Размер файла 10.9 KB
Количество установок 542
Текущая Версия 1.0.3
Последнее Обновление 2018-07-07
Дата публикации 2018-07-07
Рейтинг 4.00/5 Всего 4 оценок
Разработчик chrdevmar-crunchycloud
Тип оплаты free
Поддерживаемые языки 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"
    }
}