Mute Notifications
Disable all desktop notifications with one click.
Apa itu Mute Notifications?
Mute Notifications adalah ekstensi Chrome yang dikembangkan oleh Ondřej Cífka, dan fitur utamanya adalah "Disable all desktop notifications with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mute Notifications
Unduh file ekstensi Mute Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.
Informasi Dasar Ekstensi
Nama | Mute Notifications |
ID | bmjdeaihnngnnnaldgakphcaanioohgn |
URL Resmi | https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn |
Deskripsi | Disable all desktop notifications with one click. |
Ukuran File | 17.44 KB |
Jumlah Instalasi | 5,077 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2019-12-20 |
Tanggal Publikasi | 2019-12-20 |
Penilaian | 4.47/5 Total 19 Penilaian |
Pengembang | Ondřej Cífka |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/cifkao/chrome-mute-notifications |
URL Halaman Bantuan | https://github.com/cifkao/chrome-mute-notifications |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Notifications", "description": "Disable all desktop notifications with one click.", "version": "0.3", "icons": { "128": "logo-128.png", "48": "logo-48.png" }, "permissions": [ "contentSettings", "storage" ], "browser_action": { "default_icon": { "19": "icon-on-19.png", "38": "icon-on-38.png" } }, "background": { "scripts": [ "background.js" ] } } |