Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Block Notificationsคืออะไร?

Block Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Blocks annoying notification prompt appearing on certain websites."

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

screenshot
screenshot

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

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

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

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

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

ชื่อ Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
คำอธิบาย Blocks annoying notification prompt appearing on certain websites.
ขนาดไฟล์ 27.94 KB
จำนวนการติดตั้ง 4,468
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-01-20
วันที่เผยแพร่ 2016-12-15
คะแนน 3.40/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา BrowserNative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/block-notifications-chrome/
URL หน้าช่วยเหลือ https://browsernative.com/block-notifications-chrome/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}

ส่วนขยายที่เกี่ยวข้อง