Lo-Fi Radio
Listen to lo-fi music anytime in the background.
Lo-Fi Radioとは何ですか?
Lo-Fi RadioはKiby Technologies, LLCによって開発されたChromeの拡張機能で、その主な機能は「Listen to lo-fi music anytime in the background.」です。
拡張機能のスクリーンショット
Lo-Fi Radio拡張機能のCRXファイルをダウンロード
Lo-Fi Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Lo-Fi Radio, you can now tune into lo-fi music anytime you want in the background while continuing to do your work. Simply click on the Lo-Fi Radio icon, select a lo-fi station and play!
We love to hear your comments!
v0.1.1 (Beta)
- Addressed music stopping while playing
- Added 2 more radio stations!
- Slightly revamped the aesthetic of the app
v0.1.0 (Beta)
Beta Release🎉 拡張機能の基本情報
| 名前 | |
| ID | akkbfbediahdidlgbanghdmbfbkdbioj |
| 公式URL | https://chromewebstore.google.com/detail/lo-fi-radio/akkbfbediahdidlgbanghdmbfbkdbioj |
| 説明 | Listen to lo-fi music anytime in the background. |
| ファイルサイズ | 4.99 MB |
| インストール数 | 2,000 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2022-08-02 |
| 公開日 | 2020-12-06 |
| 評価 | 4.56/5 合計 25 レビュー |
| 開発者 | Kiby Technologies, LLC |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lo-Fi Radio",
"version": "0.1.1",
"description": "Listen to lo-fi music anytime in the background.",
"permissions": [
"declarativeContent",
"tabs"
],
"options_page": "views\/options.html",
"page": "views\/background.html",
"background": {
"scripts": [
"scripts\/lib\/hot-reload.js",
"scripts\/background.js"
],
"persistent": true
},
"web_accessible_resources": [
"images\/*",
"stylesheets\/project-sky-stylesheet.css"
],
"page_action": {
"default_popup": "views\/popup.html",
"default_icon": {
"16": "images\/logo\/lofi-radio-16.png",
"32": "images\/logo\/lofi-radio-32.png",
"48": "images\/logo\/lofi-radio-48.png",
"128": "images\/logo\/lofi-radio-128.png"
}
},
"icons": {
"16": "images\/logo\/lofi-radio-16.png",
"32": "images\/logo\/lofi-radio-32.png",
"48": "images\/logo\/lofi-radio-48.png",
"128": "images\/logo\/lofi-radio-128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
"manifest_version": 2
} | |