Block Chrome Notifications

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

Was ist Block Chrome Notifications?

Block Chrome Notifications ist eine Chrome-Erweiterung, die von https://www.w3technic.com entwickelt wurde, und ihr Hauptmerkmal ist "Just 1 click block all your Chrome notifications (No more annoying ads).".

Erweiterungsscreenshots

screenshot
screenshot

Block Chrome Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block Chrome Notifications-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Block Chrome Notifications Block Chrome Notifications
ID ghikdcejfdebjjhpljbebapifdpphbkc
Offizielle URL https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc
Beschreibung Just 1 click block all your Chrome notifications (No more annoying ads).
Dateigröße 27.67 KB
Installationsanzahl 1,325
Aktuelle Version 1.1
Letztes Update 2021-08-30
Veröffentlichungsdatum 2020-07-27
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://www.w3technic.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.w3technic.com/p/block-chrome-notifications.html
Hilfeseite URL https://www.w3technic.com/p/block-chrome-notifications.html
URL der Datenschutzrichtlinien-Seite https://w3technic.com/privacy-policy
Unterstützte Sprachen 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
}