Push Blocker

Block push notifications from all sites

什麼是Push Blocker?

Push Blocker是由kruglov4bkjv開發的Chrome擴展程式,該擴展的主要功能是“Block push notifications from all sites”。

擴展截圖

screenshot

下載Push Blocker擴展crx文件

下載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
官方網址 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'"
}