Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Apa itu Background Notification Sound?
Background Notification Sound adalah ekstensi Chrome yang dikembangkan oleh Safe SA, dan fitur utamanya adalah "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Background Notification Sound
Unduh file ekstensi Background Notification Sound 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
Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes.
Informasi Dasar Ekstensi
Nama | Background Notification Sound |
ID | diadblmpfmoecighhdmalpahghimodil |
URL Resmi | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
Deskripsi | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
Ukuran File | 86.34 KB |
Jumlah Instalasi | 1,424 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2018-10-08 |
Tanggal Publikasi | 2018-10-07 |
Penilaian | 2.00/5 Total 6 Penilaian |
Pengembang | Safe SA |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Background Notification Sound", "description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.", "version": "0.4", "icons": { "16": "sound16.png", "32": "sound32.png", "48": "sound48.png", "128": "sound128.png" }, "web_accessible_resources": [ "sound16.png" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "https:\/\/*.playsound\/" ] } |