RadioApp beta
Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…
Cos'è RadioApp beta?
RadioApp beta è un'estensione di Chrome sviluppata da shendyapin.s, e la sua funzione principale è "Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RadioApp beta
Scarica i file di estensione RadioApp beta 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | mpkejofilccodmeibbdckebhjkhacnom |
URL Ufficiale | https://chrome.google.com/webstore/detail/radioapp-beta/mpkejofilccodmeibbdckebhjkhacnom |
Descrizione | Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:… |
Dimensione del File | 438 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2013-12-09 |
Data di Pubblicazione | 2013-12-09 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | shendyapin.s |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |