Block Website Notification Requests

Block Website Notification Requests

What is Block Website Notification Requests?

Block Website Notification Requests is a Chrome extension developed by Akshay Surve, and its main feature is "Block Website Notification Requests".

Extension Screenshots

screenshot
screenshot

Download Block Website Notification Requests Extension CRX File

Download Block Website Notification Requests 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

                        An extension to block annoying website notification requests                    

Extension Basic Information

Name Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
Official URL https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
Description Block Website Notification Requests
File Size 20.2 KB
Installation Count 3,872
Current Version 1.0.3
Last Updated 2022-06-22
Publish Date 2019-03-17
Rating 3.80/5 Total 5 Ratings
Developer Akshay Surve
Email [email protected]
Payment Type free
Extension Website https://github.com/whiteboardmonk/block-browser-notifications
Help Page URL https://github.com/whiteboardmonk/block-browser-notifications
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Block Website Notification Requests",
        "default_popup": "popup.html"
    }
}