RadioApp beta
Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…
Qu'est-ce que RadioApp beta ?
RadioApp beta est une extension Chrome développée par shendyapin.s, et sa fonction principale est "Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RadioApp beta
Téléchargez les fichiers d'extension RadioApp beta 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
Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support: Ultra FM (www.radioultra.ru) Maximum (www.maximum.ru) Garage FM (www.garagefm.ru) Promo DJs Channel N5 (www.promodj.com) Radio Record (www.www.radiorecord.ru) Feel free to comment! New version soon
Informations de Base sur l'Extension
Nom | |
ID | mpkejofilccodmeibbdckebhjkhacnom |
URL Officiel | https://chrome.google.com/webstore/detail/radioapp-beta/mpkejofilccodmeibbdckebhjkhacnom |
Description | Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:… |
Taille du Fichier | 438 KB |
Nombre d'Installations | 111 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2013-12-09 |
Date de Publication | 2013-12-09 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | shendyapin.s |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/headphones.png", "default_popup": "popup-dev.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "", "icons": { "128": "images\/headphones_128.png", "16": "images\/headphones.png" }, "name": "RadioApp beta", "manifest_version": 2, "permissions": [ "http:\/\/94.25.53.133\/", "http:\/\/ws.audioscrobbler.com\/*", "http:\/\/station.ru\/*", "http:\/\/radiopleer.com\/*", "tabs", "storage" ], "version": "0.2" } |