Zelda Lofi Radio
Zelda Lofi Chill Hip-hop loading right in your browser.
What is Zelda Lofi Radio?
Zelda Lofi Radio is a Chrome extension developed by Lofi Radio, and its main feature is "Zelda Lofi Chill Hip-hop loading right in your browser.".
Extension Screenshots
Download Zelda Lofi Radio Extension CRX File
Download Zelda Lofi 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
ZeldaInspired Lofi Chill Hip-hop loading right in your browser. This extension allows you to play curated Zelda lofi music as an extension. You no longer have to open a new tab for music it will be right where the rest of your extensions are. Stop streaming Zelda lofi on a separate tab and control your lofi music right inside your browser!
Extension Basic Information
Name | |
ID | ncclceeogchanjpodlcinhobbbknmnhk |
Official URL | https://chrome.google.com/webstore/detail/zelda-lofi-radio/ncclceeogchanjpodlcinhobbbknmnhk |
Description | Zelda Lofi Chill Hip-hop loading right in your browser. |
File Size | 31.01 KB |
Installation Count | 184 |
Current Version | 0.2 |
Last Updated | 2019-07-12 |
Publish Date | 2019-07-12 |
Rating | 2.50/5 Total 8 Ratings |
Developer | Lofi Radio |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zelda Lofi Radio", "description": "Zelda Lofi Chill Hip-hop loading right in your browser.", "version": "0.2", "author": "Stan Chiu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "lofi-radio.png", "default_popup": "popup.html", "default_title": "Lofi Radio" }, "background": { "scripts": [ "background.js", "popup.js" ] }, "web_accessible_resources": [ "fix.css" ] } |