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."입니다.

확장 프로그램 스크린샷

screenshot

Lo-Fi Radio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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🎉                    

확장 프로그램 기본 정보

이름 Lo-Fi Radio Lo-Fi Radio
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
이메일 [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
}