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はchrdevmar-crunchycloudによって開発されたChromeの拡張機能で、その主な機能は「Autochecker attempts to avoid marketing spam and automatically accepts terms and conditions when filling out forms.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Autochecker Antispam & Checkbox Tool拡張機能のCRXファイルをダウンロード

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"
    }
}