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! 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |