Lo-Fi Radio
Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!
What is Lo-Fi Radio?
Lo-Fi Radio is a Chrome extension developed by silviohfc, and its main feature is "Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!".
Extension Screenshots
Download Lo-Fi Radio Extension CRX File
Download Lo-Fi 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
You can select a radio server and play it, do your job with a nice ambient sound!
Extension Basic Information
Name | Lo-Fi Radio |
ID | hkohkcgmnipeakkhjionpjmicigejmmp |
Official URL | https://chromewebstore.google.com/detail/lo-fi-radio/hkohkcgmnipeakkhjionpjmicigejmmp |
Description | Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps! |
File Size | 41.99 KB |
Installation Count | 181 |
Current Version | 1.0 |
Last Updated | 2020-11-03 |
Publish Date | 2020-11-02 |
Rating | 1.33/5 Total 3 Ratings |
Developer | silviohfc |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lo-Fi Radio", "version": "1.0", "description": "Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!", "icons": { "16": ".\/public\/assets\/icon16x16.png", "32": ".\/public\/assets\/icon32x32.png", "128": ".\/public\/assets\/icon128x128.png" }, "browser_action": { "default_icon": ".\/public\/assets\/icon16x16.png", "default_popup": ".\/public\/popup.html" }, "background": { "scripts": [ "app\/background.js" ] }, "permissions": [ "https:\/\/jsonbin.io\/*" ] } |