No Alarm
This extension blocks noisy alarms and notifications from sites.
Apa itu No Alarm?
No Alarm adalah ekstensi Chrome yang dikembangkan oleh gornal, dan fitur utamanya adalah "This extension blocks noisy alarms and notifications from sites.".
Unduh Berkas CRX Ekstensi No Alarm
Unduh file ekstensi No Alarm 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
No Alarm prevents sites from changing titles in background tabs. Facebook, Google Mail and others use this method for notification purposes, but in fact it's unwanted distraction. With No Alarm extension you don't get such interruption and become more productive. (c) Alexander Gornyi, 2018 mailto:[email protected] Icon made by Freepik from www.flaticon.com
Informasi Dasar Ekstensi
Nama | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
URL Resmi | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
Deskripsi | This extension blocks noisy alarms and notifications from sites. |
Ukuran File | 9.17 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2018-01-05 |
Tanggal Publikasi | 2018-01-05 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | gornal |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Alarm", "description": "This extension blocks noisy alarms and notifications from sites.", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*" ], "js": [ "silence.js" ] } ], "icons": { "16": "sound-off-16.png", "48": "sound-off-48.png", "128": "sound-off-128.png" } } |