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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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