Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Qu'est-ce que Block Notifications ?

Block Notifications est une extension Chrome développée par BrowserNative, et sa fonction principale est "Blocks annoying notification prompt appearing on certain websites.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Block Notifications

Téléchargez les fichiers d'extension Block Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

Informations de Base sur l'Extension

Nom Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
URL Officiel https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Description Blocks annoying notification prompt appearing on certain websites.
Taille du Fichier 27.94 KB
Nombre d'Installations 4,468
Version Actuelle 0.1
Dernière Mise à Jour 2021-01-20
Date de Publication 2016-12-15
Évaluation 3.40/5 Total 20 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/block-notifications-chrome/
URL de la Page d'Aide https://browsernative.com/block-notifications-chrome/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}