NoPush

NoPush blocks pushes from all sites

什么是NoPush?

NoPush是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“NoPush blocks pushes from all sites”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 NoPush NoPush
ID lhpckbimofmmlihkgccfhejhjdklcemp
官方URL 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';"
}