Lofi Girl
Study, Chill, Sleep and Repeat…
什麼是Lofi Girl?
Lofi Girl是由Lofi Girl開發的Chrome擴展程式,該擴展的主要功能是“Study, Chill, Sleep and Repeat…”。
擴展截圖
下載Lofi Girl擴展crx文件
下載Lofi Girl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 🤗 擴展基本資訊
| 名稱 | |
| ID | gmkiokemhjjdjmpnnjmnpkpfoenpnpne |
| 官方網址 | 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"
}
} | |