NoPush

BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…

What is NoPush?

NoPush is a Chrome extension developed by small-extension-publisher, and its main feature is "BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…".

Extension Screenshots

screenshot
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

                        BLOCK ANNOYING NOTIFICATIONS in your Chrome browser
✅ Clean up your Chrome browser - fast and secure!
✅ Easy to use - just install and enable the extension.
✅ No more unwanted Ads in your browser                    

Extension Basic Information

Name NoPush NoPush
ID ockgcmmekjialnahdojpbgaichddakmo
Official URL https://chrome.google.com/webstore/detail/nopush/ockgcmmekjialnahdojpbgaichddakmo
Description BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…
File Size 670 KB
Installation Count 3,000
Current Version 3.0.1
Last Updated 2021-08-23
Publish Date 2020-12-18
Rating 3.67/5 Total 3 Ratings
Developer small-extension-publisher
Email [email protected]
Payment Type free
Privacy Policy Page URL https://myextension.online/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoPush",
    "version": "3.0.1",
    "permissions": [
        "contentSettings",
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-min.js",
                "libs\/jquery.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    }
}