Notifications for Radiotunes
See notifications everytime radiotune's web player starts a new song
Qu'est-ce que Notifications for Radiotunes ?
Notifications for Radiotunes est une extension Chrome développée par emoreno911, et sa fonction principale est "See notifications everytime radiotune's web player starts a new song".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifications for Radiotunes
Téléchargez les fichiers d'extension Notifications for Radiotunes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | niakkekcegpeeekiielpddigomfehdoa |
URL Officiel | https://chrome.google.com/webstore/detail/notifications-for-radiotu/niakkekcegpeeekiielpddigomfehdoa |
Description | See notifications everytime radiotune's web player starts a new song |
Taille du Fichier | 120 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-03-08 |
Date de Publication | 2017-06-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | emoreno911 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://emoreno911.github.io/Notitunes/ |
Langues Prises en Charge | 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" ] } ] } |