Best Ukrainian Radio
Лучшие радиостанции Украины в одном приложении
What is Best Ukrainian Radio?
Best Ukrainian Radio is a Chrome extension developed by Alexandr Lisunov, and its main feature is "Лучшие радиостанции Украины в одном приложении".
Extension Screenshots
Download Best Ukrainian Radio Extension CRX File
Download Best Ukrainian Radio 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
Слушать онлайн Лучшие радиостанции Украины - Радио 24 - Europa Plus - Kiss FM - Rock radio - Русское Радио Украина
Extension Basic Information
Name | |
ID | cempnihgibagocbmmhinnobbncdohela |
Official URL | https://chrome.google.com/webstore/detail/best-ukrainian-radio/cempnihgibagocbmmhinnobbncdohela |
Description | Лучшие радиостанции Украины в одном приложении |
File Size | 447 KB |
Installation Count | 217 |
Current Version | 1.1 |
Last Updated | 2015-04-24 |
Publish Date | 2015-04-24 |
Rating | 4.07/5 Total 15 Ratings |
Developer | Alexandr Lisunov |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Ukrainian Radio", "version": "1.1", "description": "\u041b\u0443\u0447\u0448\u0438\u0435 \u0440\u0430\u0434\u0438\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438 \u0423\u043a\u0440\u0430\u0438\u043d\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438", "icons": { "16": "img\/icon\/icon_19.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" }, "browser_action": { "default_title": "Best Ukrainian Radio", "default_icon": "img\/icon\/icon_19.png", "default_popup": "html\/popup.html" }, "author": "Alexandr Lisunov", "background": { "page": "html\/backend.html", "persistent": true }, "homepage_url": "https:\/\/www.linkedin.com\/profile\/view?id=238087870", "incognito": "spanning", "offline_enabled": true, "permissions": [ "tabs", "http:\/\/radio24.ua\/*", "http:\/\/icecast.luxnet.ua\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "vendor\/jquery\/jquery-2.1.3.min.js", "js\/client.js", "js\/popup.js" ], "css": [] } ], "short_name": "Best Ukrainian Radio" } |