Ghilbi Inspired Lofi Radio
Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
什么是Ghilbi Inspired Lofi Radio?
Ghilbi Inspired Lofi Radio是由Lofi Radio开发的Chrome扩展程序,该扩展的主要功能是“Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.”。
扩展截图
下载Ghilbi Inspired Lofi Radio扩展crx文件
下载Ghilbi Inspired Lofi Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Ghilbi Inspired Lofi Radio |
ID | angodpfpjlolgkhlflepneffcckdkeni |
官方URL | https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni |
简介 | Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser. |
文件大小 | 51.24 KB |
安装次数 | 851 |
当前版本 | 0.2 |
更新时间 | 2019-07-12 |
上架时间 | 2019-07-12 |
评分 | 1.89/5 共19次评分 |
开发者 | Lofi Radio |
付费类型 | free |
支持的语言 | 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" ] } |