XSTAR Radio
Internet radio player
Apa itu XSTAR Radio?
XSTAR Radio adalah ekstensi Chrome yang dikembangkan oleh http://radio.xstar.ru, dan fitur utamanya adalah "Internet radio player".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XSTAR Radio
Unduh file ekstensi XSTAR Radio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Интернет радио плеер в виде аудиокассеты. - Более 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.
Informasi Dasar Ekstensi
Nama | |
ID | mhlkbkhlpoplboocgkbeknmkceempaoi |
URL Resmi | https://chrome.google.com/webstore/detail/xstar-radio/mhlkbkhlpoplboocgkbeknmkceempaoi |
Deskripsi | Internet radio player |
Ukuran File | 15.17 KB |
Jumlah Instalasi | 551 |
Versi Saat Ini | 3.6 |
Terakhir Diperbarui | 2015-09-10 |
Tanggal Publikasi | 2015-09-10 |
Penilaian | 3.89/5 Total 46 Penilaian |
Pengembang | http://radio.xstar.ru |
Tipe Pembayaran | free |
Situs Ekstensi | http://xstar.ru |
URL Halaman Bantuan | http://xstar.ru |
Bahasa yang Didukung | 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" ] } |