Notifications for Radiotunes
See notifications everytime radiotune's web player starts a new song
Notifications for Radiotunes là gì?
Notifications for Radiotunes là một tiện ích mở rộng Chrome được phát triển bởi emoreno911, và tính năng chính của nó là "See notifications everytime radiotune's web player starts a new song".
Ả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 Notifications for Radiotunes
Tải xuống các tệp mở rộng Notifications for Radiotunes 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
Notitunes is a Google Chrome extension that will allow you to have desktop notifications every time a song changes while you are listening Radiotunes in your browser. Update V1.1.0: Now the extension works with the new Radiotunes HTML5 player. Note: I'm not related with Radiotunes, I made this extension just as a hobby.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | niakkekcegpeeekiielpddigomfehdoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/notifications-for-radiotu/niakkekcegpeeekiielpddigomfehdoa |
Mô tả | See notifications everytime radiotune's web player starts a new song |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-03-08 |
Ngày Phát Hành | 2017-06-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | emoreno911 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://emoreno911.github.io/Notitunes/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifications for Radiotunes", "short_name": "Notitunes", "version": "1.1.1", "manifest_version": 2, "description": "See notifications everytime radiotune's web player starts a new song", "homepage_url": "https:\/\/emoreno911.github.io\/Notitunes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "dist\/background.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Notifications for Radiotunes", "default_popup": "dist\/browser_action.html" }, "permissions": [ "notifications", "storage", "webRequest", "*:\/\/*.radiotunes.com\/*", "*:\/\/*.audioaddict.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.radiotunes.com\/*" ], "js": [ "dist\/inject.js" ] } ] } |