Online Radio from All Over The World
Listen to music from all over the world
Cos'è Online Radio from All Over The World?
Online Radio from All Over The World è un'estensione di Chrome sviluppata da http://radiozz.org, e la sua funzione principale è "Listen to music from all over the world".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Online Radio from All Over The World
Scarica i file di estensione Online Radio from All Over The World in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Слушайте радиостанции со всего мира. Популярная музыка, новости и спортивные события. Удобный поиск радиостанции по жанру, стране, языку и названию. Наслаждайтесь любимой музыкой и интересными передачами.
Informazioni di Base sull'Estensione
Nome | |
ID | pfdndnhkbeieiddbcjlofigbhjbnimaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa |
Descrizione | Listen to music from all over the world |
Dimensione del File | 348 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-03-24 |
Data di Pubblicazione | 2019-03-24 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | http://radiozz.org |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://radiozz.org/page/privacy.html |
Lingue Supportate | 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\/" ] } |