Ghilbi Inspired Lofi Radio

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

Apa itu Ghilbi Inspired Lofi Radio?

Ghilbi Inspired Lofi Radio adalah ekstensi Chrome yang dikembangkan oleh Lofi Radio, dan fitur utamanya adalah "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ghilbi Inspired Lofi Radio

Unduh file ekstensi Ghilbi Inspired Lofi Radio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
URL Resmi https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Deskripsi Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Ukuran File 51.24 KB
Jumlah Instalasi 851
Versi Saat Ini 0.2
Terakhir Diperbarui 2019-07-12
Tanggal Publikasi 2019-07-12
Penilaian 1.89/5 Total 19 Penilaian
Pengembang Lofi Radio
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}