Block Chrome Notifications
Just 1 click block all your Chrome notifications (No more annoying ads).
Cos'è Block Chrome Notifications?
Block Chrome Notifications è un'estensione di Chrome sviluppata da https://www.w3technic.com, e la sua funzione principale è "Just 1 click block all your Chrome notifications (No more annoying ads).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block Chrome Notifications
Scarica i file di estensione Block Chrome Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Block Chrome Notifications |
ID | ghikdcejfdebjjhpljbebapifdpphbkc |
URL Ufficiale | https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc |
Descrizione | Just 1 click block all your Chrome notifications (No more annoying ads). |
Dimensione del File | 27.67 KB |
Conteggio Installazioni | 1,325 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-08-30 |
Data di Pubblicazione | 2020-07-27 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://www.w3technic.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.w3technic.com/p/block-chrome-notifications.html |
URL della Pagina di Aiuto | https://www.w3technic.com/p/block-chrome-notifications.html |
URL della Pagina della Politica sulla Privacy | https://w3technic.com/privacy-policy |
Lingue Supportate | 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 } |