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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |