Lofi Radio

Lofi Chill Hip-hop loading right in your browser.

What is Lofi Radio?

Lofi Radio is a Chrome extension developed by Lofi Radio, and its main feature is "Lofi Chill Hip-hop loading right in your browser.".

Extension Screenshots

screenshot
screenshot

Download Lofi Radio Extension CRX File

Download 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

                        This extension allows you to play curated 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 lofi on a separate tab and control your lofi music right inside your browser!

Now with volume bar!                    

Extension Basic Information

Name Lofi Radio Lofi Radio
ID lbgdgffkmahmodcbdgaokjiccogmfkel
Official URL https://chromewebstore.google.com/detail/lofi-radio/lbgdgffkmahmodcbdgaokjiccogmfkel
Description Lofi Chill Hip-hop loading right in your browser.
File Size 42.59 KB
Installation Count 1,002
Current Version 0.2.2
Last Updated 2019-10-30
Publish Date 2019-10-29
Rating 2.68/5 Total 37 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": "Lofi Radio",
    "description": "Lofi Chill Hip-hop loading right in your browser.",
    "version": "0.2.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"
    ]
}