Lofi Girl

Study, Chill, Sleep and Repeat…

Lofi Girl란 무엇입니까?

Lofi Girl은(는) Lofi Girl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Study, Chill, Sleep and Repeat…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Lofi Girl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Achieve productivity and unwind with the Lofi Girl Extension.

Lofi Girl is the mascot of a well-known 24/7 lo-fi hip-hop livestream on YouTube, that fosters a wholesome online community of people from all around the world tuning in simultaneously to enjoy its calming and relaxing ambience. 

Utilize this extension to enhance your study focus with a personalized Pomodoro timer, handy notepad, and a wide variety of ambient background sounds. Perfect for study sessions or winding down after a busy day. Convert your browser into a peaceful sanctuary dedicated to focus and tranquility. 🍃

Lofi Girl Extension contains many useful features such as:
•  A Pomodoro timer for focused work sessions 
•  A selection of 20 ambient music tracks to create an optimal study environment
•  A handy notepad for organized thoughts
•  A Valuable study-enhancing tips to boost efficiency and concentration
•  The latest Lofi Girl news, album releases and merchandise

Hope you’ll enjoy it! 🤗                    

확장 프로그램 기본 정보

이름 Lofi Girl Lofi Girl
ID gmkiokemhjjdjmpnnjmnpkpfoenpnpne
공식 URL https://chromewebstore.google.com/detail/lofi-girl/gmkiokemhjjdjmpnnjmnpkpfoenpnpne
설명 Study, Chill, Sleep and Repeat…
파일 크기 69.46 MB
설치 횟수 8,000
현재 버전 1.5 - (11/01/2024)
최근 업데이트 2024-01-16
출시 날짜 2023-07-03
평점 4.84/5 총 49 개의 평점
개발자 Lofi Girl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lofigirl.com
개인정보 보호 정책 페이지 URL https://lofigirl.com/terms-of-service
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lofi Girl",
    "description": "Study, Chill, Sleep and Repeat\u2026",
    "version": "1.5",
    "version_name": "1.5 - (11\/01\/2024)",
    "icons": {
        "16": "icons\/s16.png",
        "32": "icons\/s32.png",
        "48": "icons\/s48.png",
        "128": "icons\/s128.png"
    },
    "permissions": [
        "offscreen",
        "storage",
        "identity",
        "identity.email",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=wZ0edJjBXvA",
                "https:\/\/www.youtube.com\/watch?v=wZ0edJjBXvA&*",
                "https:\/\/www.youtube.com\/watch?v=jfKfPfyJRdk",
                "https:\/\/www.youtube.com\/watch?v=jfKfPfyJRdk&*",
                "https:\/\/www.youtube.com\/watch?v=rUxyKA_-grg",
                "https:\/\/www.youtube.com\/watch?v=rUxyKA_-grg&*",
                "https:\/\/www.youtube.com\/watch?v=4xDzrJKXOOY",
                "https:\/\/www.youtube.com\/watch?v=4xDzrJKXOOY&*"
            ],
            "js": [
                "youtube\/youtube.js"
            ],
            "css": [
                "youtube\/youtube.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Lofi Girl",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "worker.js"
    }
}