Ghilbi Inspired Lofi Radio

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

Was ist Ghilbi Inspired Lofi Radio?

Ghilbi Inspired Lofi Radio ist eine Chrome-Erweiterung, die von Lofi Radio entwickelt wurde, und ihr Hauptmerkmal ist "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".

Erweiterungsscreenshots

screenshot
screenshot

Ghilbi Inspired Lofi Radio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ghilbi Inspired Lofi Radio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
Offizielle URL https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Beschreibung Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Dateigröße 51.24 KB
Installationsanzahl 851
Aktuelle Version 0.2
Letztes Update 2019-07-12
Veröffentlichungsdatum 2019-07-12
Bewertung 1.89/5 Insgesamt 19 Bewertungen
Entwickler Lofi Radio
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}