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