Block Website Notification Requests

Block Website Notification Requests

Wat is Block Website Notification Requests?

Block Website Notification Requests is een Chrome-extensie ontwikkeld door Akshay Surve, en de belangrijkste functie is "Block Website Notification Requests".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Block Website Notification Requests

Download Block Website Notification Requests-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension to block annoying website notification requests                    

Basisinformatie over de Extensie

Naam Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
Officiële URL https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
Beschrijving Block Website Notification Requests
Bestandsgrootte 20.2 KB
Aantal Installaties 3,872
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-06-22
Publicatiedatum 2019-03-17
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Akshay Surve
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/whiteboardmonk/block-browser-notifications
Help Pagina-URL https://github.com/whiteboardmonk/block-browser-notifications
Ondersteunde Talen 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"
    }
}