Push Blocker

Block push notifications from all sites

What is Push Blocker?

Push Blocker is a Chrome extension developed by kruglov4bkjv, and its main feature is "Block push notifications from all sites".

Extension Screenshots

screenshot

Download Push Blocker Extension CRX File

Download Push Blocker 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

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

Extension Basic Information

Name Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
Official URL https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
Description Block push notifications from all sites
File Size 51.41 KB
Installation Count 1,731
Current Version 0.29
Last Updated 2019-05-31
Publish Date 2019-05-31
Rating 4.13/5 Total 8 Ratings
Developer kruglov4bkjv
Payment Type free
Supported Languages 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'"
}