Notifications for Radiotunes
See notifications everytime radiotune's web player starts a new song
Cos'è Notifications for Radiotunes?
Notifications for Radiotunes è un'estensione di Chrome sviluppata da emoreno911, e la sua funzione principale è "See notifications everytime radiotune's web player starts a new song".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notifications for Radiotunes
Scarica i file di estensione Notifications for Radiotunes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | niakkekcegpeeekiielpddigomfehdoa |
URL Ufficiale | https://chrome.google.com/webstore/detail/notifications-for-radiotu/niakkekcegpeeekiielpddigomfehdoa |
Descrizione | See notifications everytime radiotune's web player starts a new song |
Dimensione del File | 120 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2022-03-08 |
Data di Pubblicazione | 2017-06-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | emoreno911 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://emoreno911.github.io/Notitunes/ |
Lingue Supportate | 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" ] } ] } |