BiH Live Radio
Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.
Cos'è BiH Live Radio?
BiH Live Radio è un'estensione di Chrome sviluppata da http://4ants.ba, e la sua funzione principale è "Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BiH Live Radio
Scarica i file di estensione BiH Live Radio 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
Listen to live streaming of the most popular Bosnia and Herzegovina radio stations. Choose from the list of hand picked radio stations and enjoy quality music. Included radio stations: Radio Dobre Vibracije, Studio 88, Radio Sarajevo, Radio Stari Grad and other.
Informazioni di Base sull'Estensione
Nome | |
ID | mnoohcgofnohagkhbjcfidmpkfpddkmc |
URL Ufficiale | https://chrome.google.com/webstore/detail/bih-live-radio/mnoohcgofnohagkhbjcfidmpkfpddkmc |
Descrizione | Listen to live streaming of the most popular Bosnia and Herzegovina radio stations. |
Dimensione del File | 138 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2012-11-08 |
Data di Pubblicazione | 2012-11-08 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | http://4ants.ba |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.4ants.ba/ |
Lingue Supportate | hr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiH Live Radio", "version": "1.2", "description": "Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.", "background": { "page": "pages\/background.html" }, "browser_action": { "default_title": "BiH Live Radio", "default_icon": "icons\/icon-24.png", "default_popup": "pages\/popup.html" }, "permissions": [ "http:\/\/share.4ants.info\/" ], "icons": { "24": "icons\/icon-24.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" } } |