XSTAR Radio

Internet radio player

Qu'est-ce que XSTAR Radio ?

XSTAR Radio est une extension Chrome développée par http://radio.xstar.ru, et sa fonction principale est "Internet radio player".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension XSTAR Radio

Téléchargez les fichiers d'extension XSTAR Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Интернет радио плеер в виде аудиокассеты.
- Более 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.                    

Informations de Base sur l'Extension

Nom XSTAR Radio XSTAR Radio
ID mhlkbkhlpoplboocgkbeknmkceempaoi
URL Officiel https://chrome.google.com/webstore/detail/xstar-radio/mhlkbkhlpoplboocgkbeknmkceempaoi
Description Internet radio player
Taille du Fichier 15.17 KB
Nombre d'Installations 551
Version Actuelle 3.6
Dernière Mise à Jour 2015-09-10
Date de Publication 2015-09-10
Évaluation 3.89/5 Total 46 Évaluations
Développeur http://radio.xstar.ru
Type de Paiement free
Site Web de l'Extension http://xstar.ru
URL de la Page d'Aide http://xstar.ru
Langues Prises en Charge 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"
    ]
}