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 |
官方網址 | 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" ] } |