Ghilbi Inspired Lofi Radio

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

Wat is Ghilbi Inspired Lofi Radio?

Ghilbi Inspired Lofi Radio is een Chrome-extensie ontwikkeld door Lofi Radio, en de belangrijkste functie is "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ghilbi Inspired Lofi Radio

Download Ghilbi Inspired Lofi Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
Officiële URL https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Beschrijving Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Bestandsgrootte 51.24 KB
Aantal Installaties 851
Huidige Versie 0.2
Laatst Bijgewerkt 2019-07-12
Publicatiedatum 2019-07-12
Beoordeling 1.89/5 Totaal 19 Beoordelingen
Ontwikkelaar Lofi Radio
Betalingswijze free
Ondersteunde Talen 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"
    ]
}