Ghilbi Inspired Lofi Radio
Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
Qu'est-ce que Ghilbi Inspired Lofi Radio ?
Ghilbi Inspired Lofi Radio est une extension Chrome développée par Lofi Radio, et sa fonction principale est "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ghilbi Inspired Lofi Radio
Téléchargez les fichiers d'extension Ghilbi Inspired Lofi Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Ghilbi Inspired Lofi Radio |
ID | angodpfpjlolgkhlflepneffcckdkeni |
URL Officiel | https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni |
Description | Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser. |
Taille du Fichier | 51.24 KB |
Nombre d'Installations | 851 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-07-12 |
Date de Publication | 2019-07-12 |
Évaluation | 1.89/5 Total 19 Évaluations |
Développeur | Lofi Radio |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |