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 |
| 公式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 |
| Eメール | [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"
}
} | |