Block Chrome Notifications

Just 1 click block all your Chrome notifications (No more annoying ads).

Qu'est-ce que Block Chrome Notifications ?

Block Chrome Notifications est une extension Chrome développée par https://www.w3technic.com, et sa fonction principale est "Just 1 click block all your Chrome notifications (No more annoying ads).".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Block Chrome 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

                        Disable all chrome notifications with one click when you need to focus and can't afford to get distracted. 
This extension adds a button to Chrome that turns off your Chrome notifications for all web pages. When the button is clicked again, the original notification settings are restored.
No more unwanted notifications. No more annoying ADS. Install NOW!                    

Informations de Base sur l'Extension

Nom Block Chrome Notifications Block Chrome Notifications
ID ghikdcejfdebjjhpljbebapifdpphbkc
URL Officiel https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc
Description Just 1 click block all your Chrome notifications (No more annoying ads).
Taille du Fichier 27.67 KB
Nombre d'Installations 1,325
Version Actuelle 1.1
Dernière Mise à Jour 2021-08-30
Date de Publication 2020-07-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://www.w3technic.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.w3technic.com/p/block-chrome-notifications.html
URL de la Page d'Aide https://www.w3technic.com/p/block-chrome-notifications.html
URL de la Page de Politique de Confidentialité https://w3technic.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "theme_icons": [
            {
                "light": "icon\/16.png",
                "size": 16
            },
            {
                "light": "icon\/32.png",
                "size": 32
            },
            {
                "light": "icon\/48.png",
                "size": 48
            },
            {
                "light": "icon\/64.png",
                "size": 64
            }
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/free-chrome-extensions\/block-chrome-notifications-in-just-1-click\/",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "offline_enabled": true
}