XSTAR Radio
Internet radio player
What is XSTAR Radio?
XSTAR Radio is a Chrome extension developed by http://radio.xstar.ru, and its main feature is "Internet radio player".
Extension Screenshots
Download XSTAR Radio Extension CRX File
Download XSTAR 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
Интернет радио плеер в виде аудиокассеты. - Более 3000 каналов радио. - Настраиваемый внешний вид кассеты. Для смены внешнего вида используйте болты на кассете. ------------------------------------------------------ Internet radio player in the form of audio cassettes. - More than 3000 radio channels. - Customizable appearance of the tape. To change the appearance of the use bolts on the tape.
Extension Basic Information
Name | |
ID | mhlkbkhlpoplboocgkbeknmkceempaoi |
Official URL | https://chrome.google.com/webstore/detail/xstar-radio/mhlkbkhlpoplboocgkbeknmkceempaoi |
Description | Internet radio player |
File Size | 15.17 KB |
Installation Count | 551 |
Current Version | 3.6 |
Last Updated | 2015-09-10 |
Publish Date | 2015-09-10 |
Rating | 3.89/5 Total 46 Ratings |
Developer | http://radio.xstar.ru |
Payment Type | free |
Extension Website | http://xstar.ru |
Help Page URL | http://xstar.ru |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XSTAR Radio", "version": "3.6", "description": "Internet radio player", "short_name": "XSTAR Radio", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo.png", "48": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_title": "XSTAR Radio", "default_popup": "" }, "permissions": [ "tabs" ] } |