Lofi Radio
Lofi Chill Hip-hop loading right in your browser.
Lofi Radioとは何ですか?
Lofi RadioはLofi Radioによって開発されたChromeの拡張機能で、その主な機能は「Lofi Chill Hip-hop loading right in your browser.」です。
拡張機能のスクリーンショット
Lofi Radio拡張機能のCRXファイルをダウンロード
Lofi Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to play curated lofi music 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 lofi on a separate tab and control your lofi music right inside your browser! Now with volume bar!
拡張機能の基本情報
名前 | Lofi Radio |
ID | lbgdgffkmahmodcbdgaokjiccogmfkel |
公式URL | https://chromewebstore.google.com/detail/lofi-radio/lbgdgffkmahmodcbdgaokjiccogmfkel |
説明 | Lofi Chill Hip-hop loading right in your browser. |
ファイルサイズ | 42.59 KB |
インストール数 | 1,002 |
現在のバージョン | 0.2.2 |
最終更新日 | 2019-10-30 |
公開日 | 2019-10-29 |
評価 | 2.68/5 合計 37 レビュー |
開発者 | Lofi Radio |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lofi Radio", "description": "Lofi Chill Hip-hop loading right in your browser.", "version": "0.2.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" ] } |