Ghilbi Inspired Lofi Radio

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

Cos'è Ghilbi Inspired Lofi Radio?

Ghilbi Inspired Lofi Radio è un'estensione di Chrome sviluppata da Lofi Radio, e la sua funzione principale è "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ghilbi Inspired Lofi Radio

Scarica i file di estensione Ghilbi Inspired Lofi Radio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
URL Ufficiale https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Descrizione Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Dimensione del File 51.24 KB
Conteggio Installazioni 851
Versione Corrente 0.2
Ultimo Aggiornamento 2019-07-12
Data di Pubblicazione 2019-07-12
Valutazione 1.89/5 Totale 19 Valutazioni
Sviluppatore Lofi Radio
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}