Lviv Wave Radio
This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)
What is Lviv Wave Radio?
Lviv Wave Radio is a Chrome extension developed by Ivan Koval, and its main feature is "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)".
Extension Screenshots
Download Lviv Wave Radio Extension CRX File
Download Lviv Wave 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 lviv.fm (Львівська Хвиля) radio stream and ridne online music stream in your browser without opening an additional tab or window.
Extension Basic Information
Name | Lviv Wave Radio |
ID | ccaadabkbcopdoneepebgbhedjbeciif |
Official URL | https://chromewebstore.google.com/detail/lviv-wave-radio/ccaadabkbcopdoneepebgbhedjbeciif |
Description | This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm) |
File Size | 31.33 KB |
Installation Count | 24 |
Current Version | 1.1 |
Last Updated | 2017-10-13 |
Publish Date | 2017-10-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ivan Koval |
Payment Type | free |
Extension Website | http://lviv.fm |
Supported Languages | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lviv Wave Radio", "description": "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)", "version": "1.1", "browser_action": { "default_icon": "play.png" }, "background": { "scripts": [ "background.js" ] }, "author": "Ivan Koval", "icons": { "38": "play.png", "48": "icon128.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "http:\/\/onair.lviv.fm:8000\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |