Lofi Radio

Lofi Chill Hip-hop loading right in your browser.

Cos'è Lofi Radio?

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

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Lofi Radio

Scarica i file di estensione 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 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!                    

Informazioni di Base sull'Estensione

Nome Lofi Radio Lofi Radio
ID lbgdgffkmahmodcbdgaokjiccogmfkel
URL Ufficiale https://chromewebstore.google.com/detail/lofi-radio/lbgdgffkmahmodcbdgaokjiccogmfkel
Descrizione Lofi Chill Hip-hop loading right in your browser.
Dimensione del File 42.59 KB
Conteggio Installazioni 1,002
Versione Corrente 0.2.2
Ultimo Aggiornamento 2019-10-30
Data di Pubblicazione 2019-10-29
Valutazione 2.68/5 Totale 37 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": "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"
    ]
}