XSTAR Radio
Internet radio player
Wat is XSTAR Radio?
XSTAR Radio is een Chrome-extensie ontwikkeld door http://radio.xstar.ru, en de belangrijkste functie is "Internet radio player".
Extensie Screenshots
Download het CRX-bestand van de extensie XSTAR Radio
Download XSTAR Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Интернет радио плеер в виде аудиокассеты. - Более 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.
Basisinformatie over de Extensie
Naam | |
ID | mhlkbkhlpoplboocgkbeknmkceempaoi |
Officiële URL | https://chrome.google.com/webstore/detail/xstar-radio/mhlkbkhlpoplboocgkbeknmkceempaoi |
Beschrijving | Internet radio player |
Bestandsgrootte | 15.17 KB |
Aantal Installaties | 551 |
Huidige Versie | 3.6 |
Laatst Bijgewerkt | 2015-09-10 |
Publicatiedatum | 2015-09-10 |
Beoordeling | 3.89/5 Totaal 46 Beoordelingen |
Ontwikkelaar | http://radio.xstar.ru |
Betalingswijze | free |
Extensiewebsite | http://xstar.ru |
Help Pagina-URL | http://xstar.ru |
Ondersteunde Talen | 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" ] } |