NoPush

NoPush blocks pushes from all sites

What is NoPush?

NoPush is a Chrome extension developed by Unknown, and its main feature is "NoPush blocks pushes from all sites".

Extension Screenshots

screenshot

Download NoPush Extension CRX File

Download NoPush extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name NoPush NoPush
ID lhpckbimofmmlihkgccfhejhjdklcemp
Official URL https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp
Description NoPush blocks pushes from all sites
File Size 21.95 KB
Installation Count 2,823
Current Version 0.35
Last Updated 2019-06-28
Publish Date 2019-06-26
Rating 4.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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';"
}