RadioApp beta
Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…
What is RadioApp beta?
RadioApp beta is a Chrome extension developed by shendyapin.s, and its main feature is "Tiny extention that allows you to listen radio from Chrome browser and manage it from any tabs (beta version). Radios support:…".
Extension Screenshots
Download RadioApp beta Extension CRX File
Download RadioApp beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mpkejofilccodmeibbdckebhjkhacnom |
Official URL | 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:… |
File Size | 438 KB |
Installation Count | 111 |
Current Version | 0.2 |
Last Updated | 2013-12-09 |
Publish Date | 2013-12-09 |
Rating | 3.86/5 Total 7 Ratings |
Developer | shendyapin.s |
Payment Type | free |
Supported Languages | 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" } |