Block Website Notification Requests

Block Website Notification Requests

Block Website Notification Requestsคืออะไร?

Block Website Notification Requests เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akshay Surve และคุณลักษณะหลักของมันคือ "Block Website Notification Requests"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block Website Notification Requests

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

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

                        An extension to block annoying website notification requests                    

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

ชื่อ Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
คำอธิบาย Block Website Notification Requests
ขนาดไฟล์ 20.2 KB
จำนวนการติดตั้ง 3,872
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-06-22
วันที่เผยแพร่ 2019-03-17
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Akshay Surve
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/whiteboardmonk/block-browser-notifications
URL หน้าช่วยเหลือ https://github.com/whiteboardmonk/block-browser-notifications
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Block Website Notification Requests",
        "default_popup": "popup.html"
    }
}