Alert Control

Control browser alert windows. Block by default or on specific websites.

Alert Controlคืออะไร?

Alert Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alertcontrol.s13.us และคุณลักษณะหลักของมันคือ "Control browser alert windows. Block by default or on specific websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alert Control

ดาวน์โหลดไฟล์ส่วนขยาย Alert Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stop the browser alert dialogs from taking over the tab!

Configure to block all alerts or filter by site. View blocked alerts by clicking the icon. Can now block confirm and prompt dialogs as well.

Questions? Contact me at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
คำอธิบาย Control browser alert windows. Block by default or on specific websites.
ขนาดไฟล์ 48.04 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-06-20
วันที่เผยแพร่ 2018-06-20
คะแนน 3.46/5 รวมทั้งหมด 177 คะแนน
ผู้พัฒนา https://alertcontrol.s13.us
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alert Control",
    "version": "1.3",
    "description": "Control browser alert windows. Block by default or on specific websites.",
    "manifest_version": 2,
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/chrp.js",
            "js\/bg.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/alerts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "\/img\/pageaction.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}