BiH Live Radio
Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.
What is BiH Live Radio?
BiH Live Radio is a Chrome extension developed by http://4ants.ba, and its main feature is "Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.".
Extension Screenshots
Download BiH Live Radio Extension CRX File
Download BiH Live Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mnoohcgofnohagkhbjcfidmpkfpddkmc |
Official URL | https://chrome.google.com/webstore/detail/bih-live-radio/mnoohcgofnohagkhbjcfidmpkfpddkmc |
Description | Listen to live streaming of the most popular Bosnia and Herzegovina radio stations. |
File Size | 138 KB |
Installation Count | 48 |
Current Version | 1.2 |
Last Updated | 2012-11-08 |
Publish Date | 2012-11-08 |
Rating | 4.00/5 Total 6 Ratings |
Developer | http://4ants.ba |
Payment Type | free |
Extension Website | http://www.4ants.ba/ |
Supported Languages | 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" } } |