N-Radio Online
Online N-Radio
What is N-Radio Online?
N-Radio Online is a Chrome extension developed by https://recordrussia.ru, and its main feature is "Online N-Radio".
Extension Screenshots
Download N-Radio Online Extension CRX File
Download N-Radio Online 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
Расширение N-Radio Online
Слушай онлайн трансляцию Н-Радио в браузере Google Chrome!
/**/
Обо всех сбоях, пожалуйста, пишите в комментарии, я постараюсь исправить и улучшить приложение Extension Basic Information
| Name | |
| ID | hinbpgabbneeigkiccgbhlkdcjdilmof |
| Official URL | https://chromewebstore.google.com/detail/n-radio-online/hinbpgabbneeigkiccgbhlkdcjdilmof |
| Description | Online N-Radio |
| File Size | 236 KB |
| Installation Count | 18 |
| Current Version | 0.1 |
| Last Updated | 2013-02-26 |
| Publish Date | 2013-02-26 |
| Rating | 3.00/5 Total 2 Ratings |
| Developer | https://recordrussia.ru |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://recordrussia.ru |
| Help Page URL | http://vk.com/q987654321 |
| Supported Languages | ru |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "N-Radio Online",
"version": "0.1",
"manifest_version": 2,
"description": "Online N-Radio",
"icons": {
"48": "playico.png"
},
"browser_action": {
"default_icon": "playico.png",
"default_popup": "back.html"
},
"minimum_chrome_version": "21",
"background": {
"page": "bg.html"
}
} | |