NoPush
NoPush blocks pushes from all sites
什麼是NoPush?
NoPush是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“NoPush blocks pushes from all sites”。
擴展截圖
下載NoPush擴展crx文件
下載NoPush擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Are you tired of constantly pop-up push notifications? Your favorite sites turned into a nightmare? Constant requests from sites to the show pushes irritate and interfere with life? 
There is a way!
With NoPush now you can blocks pushes from all sites.
Install and enjoy!                     擴展基本資訊
| 名稱 |   |  
| ID | lhpckbimofmmlihkgccfhejhjdklcemp | 
| 官方網址 | https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp | 
| 簡介 | NoPush blocks pushes from all sites | 
| 檔案大小 | 21.95 KB | 
| 安裝次數 | 2,823 | 
| 目前版本 | 0.35 | 
| 更新時間 | 2019-06-28 | 
| 上架時間 | 2019-06-26 | 
| 評分 | 4.50/5 共 2 次評分 | 
| 開發者 | Unknown | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoPush",
    "description": "NoPush blocks pushes from all sites",
    "version": "0.35",
    "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"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';"
}  |  |