Online Radio from All Over The World
Listen to music from all over the world
Apa itu Online Radio from All Over The World?
Online Radio from All Over The World adalah ekstensi Chrome yang dikembangkan oleh http://radiozz.org, dan fitur utamanya adalah "Listen to music from all over the world".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Online Radio from All Over The World
Unduh file ekstensi Online Radio from All Over The World 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
Слушайте радиостанции со всего мира. Популярная музыка, новости и спортивные события. Удобный поиск радиостанции по жанру, стране, языку и названию. Наслаждайтесь любимой музыкой и интересными передачами.
Informasi Dasar Ekstensi
Nama | |
ID | pfdndnhkbeieiddbcjlofigbhjbnimaa |
URL Resmi | https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa |
Deskripsi | Listen to music from all over the world |
Ukuran File | 348 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2019-03-24 |
Tanggal Publikasi | 2019-03-24 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | http://radiozz.org |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://radiozz.org/page/privacy.html |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Radiozz.org", "version": "1.6", "description": "__MSG_extDesc__", "default_locale": "en", "web_accessible_resources": [ "images\/*", "icons\/*" ], "icons": { "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_action": { "38": "icons\/38x38.png" }, "default_title": "__MSG_browserAction__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery-1.12.4.min.js", "common.js", "content-script-1.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/radiozz.org\/*" ] }, "permissions": [ "tabs", "activeTab", "storage", "notifications", "https:\/\/api.radiozz.org\/" ] } |