Ghilbi Inspired Lofi Radio

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

Vad är Ghilbi Inspired Lofi Radio?

Ghilbi Inspired Lofi Radio är en Chrome-tillägg utvecklad av Lofi Radio, och dess huvudfunktion är "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ghilbi Inspired Lofi Radio-förlängningens CRX-fil

Ladda ner Ghilbi Inspired Lofi Radio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
Officiell webbadress https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
Beskrivning Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Filstorlek 51.24 KB
Antal Installationer 851
Aktuell Version 0.2
Senast Uppdaterad 2019-07-12
Publiceringsdatum 2019-07-12
Betyg 1.89/5 Totalt 19 Betyg
Utvecklare Lofi Radio
Betalningssätt free
Stödda Språk 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"
    ]
}