Radio Wave
A simple application for listening to online radio.
What is Radio Wave?
Radio Wave is a Chrome extension developed by tryasko, and its main feature is "A simple application for listening to online radio.".
Extension Screenshots
Download Radio Wave Extension CRX File
Download Radio Wave 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
A simple application for listening to online radio. MFM Kiss FM UA Radio ROKS GarageFM Old-School Channel 5 Full Moon Too Deep
Extension Basic Information
Name | Radio Wave |
ID | onmajcldinagenagjgbbdmejcgihkcig |
Official URL | https://chromewebstore.google.com/detail/radio-wave/onmajcldinagenagjgbbdmejcgihkcig |
Description | A simple application for listening to online radio. |
File Size | 17.18 KB |
Installation Count | 361 |
Current Version | 2.2.2 |
Last Updated | 2021-12-18 |
Publish Date | 2019-02-21 |
Rating | 4.00/5 Total 10 Ratings |
Developer | tryasko |
[email protected] | |
Payment Type | free |
Extension Website | http://radiowave.in.ua/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/index.html" }, "browser_action": { "default_popup": "popup\/index.html" }, "description": "A simple application for listening to online radio.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "24": "icons\/24.png", "256": "icons\/256.png", "32": "icons\/32.png", "64": "icons\/64.png" }, "permissions": [ "https:\/\/europe-central2-radio--wave.cloudfunctions.net\/*" ], "manifest_version": 2, "name": "Radio Wave", "version": "2.2.2" } |