Background Notification Sound
Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Background Notification Sound là gì?
Background Notification Sound là một tiện ích mở rộng Chrome được phát triển bởi Safe SA, và tính năng chính của nó là "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Background Notification Sound
Tải xuống các tệp mở rộng Background Notification Sound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Background Notification Sound |
ID | diadblmpfmoecighhdmalpahghimodil |
URL Chính Thức | https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil |
Mô tả | Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background. |
Kích Thước Tệp | 86.34 KB |
Số Lần Cài Đặt | 1,424 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2018-10-08 |
Ngày Phát Hành | 2018-10-07 |
Đánh Giá | 2.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Safe SA |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |