Push Blocker

Block push notifications from all sites

Push Blockerคืออะไร?

Push Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kruglov4bkjv และคุณลักษณะหลักของมันคือ "Block push notifications from all sites"

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

screenshot

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

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

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

                        - Tired of advertising on any site in your favorite browser?
- Push notifications don't give you peace of mind?
- You dreaded every second offers to purchase unnecessary things?

We'll help!

With Push Blocker you will forget about annoying push advertising forever and will be able to enjoy the Internet!

Install and enjoy!                    

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

ชื่อ Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
คำอธิบาย Block push notifications from all sites
ขนาดไฟล์ 51.41 KB
จำนวนการติดตั้ง 1,731
เวอร์ชันปัจจุบัน 0.29
อัปเดตครั้งล่าสุด 2019-05-31
วันที่เผยแพร่ 2019-05-31
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา kruglov4bkjv
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Blocker",
    "description": "Block push notifications from all sites",
    "version": "0.29",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "256": "\/icons\/256.png",
        "128": "\/icons\/128.png",
        "64": "\/icons\/64.png",
        "32": "\/icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "\/icons\/256.png",
            "128": "\/icons\/128.png",
            "64": "\/icons\/64.png",
            "32": "\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}