Block Website Notification Requests

Block Website Notification Requests

Was ist Block Website Notification Requests?

Block Website Notification Requests ist eine Chrome-Erweiterung, die von Akshay Surve entwickelt wurde, und ihr Hauptmerkmal ist "Block Website Notification Requests".

Erweiterungsscreenshots

screenshot
screenshot

Block Website Notification Requests-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block Website Notification Requests-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        An extension to block annoying website notification requests                    

Grundlegende Informationen zur Erweiterung

Name Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
Offizielle URL https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
Beschreibung Block Website Notification Requests
Dateigröße 20.2 KB
Installationsanzahl 3,872
Aktuelle Version 1.0.3
Letztes Update 2022-06-22
Veröffentlichungsdatum 2019-03-17
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler Akshay Surve
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/whiteboardmonk/block-browser-notifications
Hilfeseite URL https://github.com/whiteboardmonk/block-browser-notifications
Unterstützte Sprachen 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"
    }
}