Ghilbi Inspired Lofi Radio
Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
O que é Ghilbi Inspired Lofi Radio?
Ghilbi Inspired Lofi Radio é uma extensão do Chrome desenvolvida por Lofi Radio, e sua principal característica é "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ghilbi Inspired Lofi Radio
Baixe arquivos de extensão Ghilbi Inspired Lofi Radio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Ghilbi Inspired Lofi Radio |
ID | angodpfpjlolgkhlflepneffcckdkeni |
URL Oficial | https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni |
Descrição | Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser. |
Tamanho do Arquivo | 51.24 KB |
Contagem de Instalações | 851 |
Versão Atual | 0.2 |
Última Atualização | 2019-07-12 |
Data de Publicação | 2019-07-12 |
Classificação | 1.89/5 Total de 19 Avaliações |
Desenvolvedor | Lofi Radio |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |