Ghilbi Inspired Lofi Radio

Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.

What is Ghilbi Inspired Lofi Radio?

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

Extension Screenshots

screenshot
screenshot

Download Ghilbi Inspired Lofi Radio Extension CRX File

Download Ghilbi Inspired 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 ghilbi lofimusic 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 ghilbi lofion a separate tab and control your lofi music right inside your browser!                    

Extension Basic Information

Name Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
Official URL https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Description Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
File Size 51.24 KB
Installation Count 851
Current Version 0.2
Last Updated 2019-07-12
Publish Date 2019-07-12
Rating 1.89/5 Total 19 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": "Ghilbi Inspired Lofi Radio",
    "description": "Ghilbi Inspired 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"
    ]
}