Now Playing on Triple-J
What's playing right now on Triple-J
Qu'est-ce que Now Playing on Triple-J ?
Now Playing on Triple-J est une extension Chrome développée par Paul Dwerryhouse, et sa fonction principale est "What's playing right now on Triple-J".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Now Playing on Triple-J
Téléchargez les fichiers d'extension Now Playing on Triple-J 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
The Now-Playing-on-Triple-J Chrome extension is the best way to tell at a glance, what song is playing right now on Australia's youth radio station, Triple-J, when they are broadcasting from their Sydney studios. Features: * Displays title, artist and album of the song currently playing * Details of the previously played song * Convenient link to the artist's information on Wikipedia * Links to purchase the song or album on Amazon and iTunes Caveats: * Song information is not available when Triple-J uses studios in other locations in Australia.
Informations de Base sur l'Extension
Nom | Now Playing on Triple-J |
ID | gfgpmokhndmgkbbomhpihphogpinlcmd |
URL Officiel | https://chromewebstore.google.com/detail/now-playing-on-triple-j/gfgpmokhndmgkbbomhpihphogpinlcmd |
Description | What's playing right now on Triple-J |
Taille du Fichier | 83.26 KB |
Nombre d'Installations | 105 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2012-12-14 |
Date de Publication | 2012-12-13 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Paul Dwerryhouse |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Now Playing on Triple-J", "version": "1.3", "description": "What's playing right now on Triple-J", "options_page": "options.html", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html", "default_title": "Now Playing on Triple-J" }, "permissions": [ "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml", "http:\/\/itunes.apple.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml" ], "css": [ "style.css" ] } ] } |