Block Chrome Notifications

Just 1 click block all your Chrome notifications (No more annoying ads).

Block Chrome Notificationsคืออะไร?

Block Chrome Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.w3technic.com และคุณลักษณะหลักของมันคือ "Just 1 click block all your Chrome notifications (No more annoying ads)."

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

screenshot
screenshot

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

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

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

                        Disable all chrome notifications with one click when you need to focus and can't afford to get distracted. 
This extension adds a button to Chrome that turns off your Chrome notifications for all web pages. When the button is clicked again, the original notification settings are restored.
No more unwanted notifications. No more annoying ADS. Install NOW!                    

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

ชื่อ Block Chrome Notifications Block Chrome Notifications
ID ghikdcejfdebjjhpljbebapifdpphbkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc
คำอธิบาย Just 1 click block all your Chrome notifications (No more annoying ads).
ขนาดไฟล์ 27.67 KB
จำนวนการติดตั้ง 1,325
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-08-30
วันที่เผยแพร่ 2020-07-27
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.w3technic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.w3technic.com/p/block-chrome-notifications.html
URL หน้าช่วยเหลือ https://www.w3technic.com/p/block-chrome-notifications.html
URL หน้านโยบายความเป็นส่วนตัว https://w3technic.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "theme_icons": [
            {
                "light": "icon\/16.png",
                "size": 16
            },
            {
                "light": "icon\/32.png",
                "size": 32
            },
            {
                "light": "icon\/48.png",
                "size": 48
            },
            {
                "light": "icon\/64.png",
                "size": 64
            }
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/free-chrome-extensions\/block-chrome-notifications-in-just-1-click\/",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "offline_enabled": true
}