Ghilbi Inspired Lofi Radio
Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Hvad er Ghilbi Inspired Lofi Radio?
Ghilbi Inspired Lofi Radio er en Chrome-udvidelse udviklet af Lofi Radio, og dens hovedfunktion er "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".
Udvidelsesskærmbilleder
Download Ghilbi Inspired Lofi Radio-udvidelses-CRX-fil
Download Ghilbi Inspired Lofi Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | angodpfpjlolgkhlflepneffcckdkeni |
| Officiel URL | https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni |
| Beskrivelse | Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser. |
| Filstørrelse | 51.24 KB |
| Antal Installationer | 851 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2019-07-12 |
| Udgivelsesdato | 2019-07-12 |
| Bedømmelse | 1.89/5 Samlet 19 Bedømmelser |
| Udvikler | Lofi Radio |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |