Lofi Girl
Access all Lofi World contents in one simple click
Lofi Girlとは何ですか?
Lofi GirlはLofi Recordsによって開発されたChromeの拡張機能で、その主な機能は「Access all Lofi World contents in one simple click」です。
拡張機能のスクリーンショット
Lofi Girl拡張機能のCRXファイルをダウンロード
Lofi Girl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Connect with Lofi community and power-up your YouTube experience. 拡張機能の基本情報
| 名前 | |
| ID | njbffbgknegpbkafphbehekcoicakidj |
| 公式URL | https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj |
| 説明 | Access all Lofi World contents in one simple click |
| ファイルサイズ | 390 KB |
| インストール数 | 406 |
| 現在のバージョン | 0.1.6 |
| 最終更新日 | 2023-05-07 |
| 公開日 | 2022-07-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Lofi Records |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://lofigirl.com/ |
| ヘルプページのURL | https://lofigirl.com/contact/ |
| プライバシーポリシーページのURL | https://lofigirl.com/policies/terms-of-service |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lofi Girl",
"description": "Access all Lofi World contents in one simple click",
"version": "0.1.6",
"browser_action": {
"default_popup": "index.html",
"default_title": "All Lofi World contents"
},
"icons": {
"16": "logo192.png",
"48": "logo192.png",
"128": "logo192.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
".\/static\/js\/content.js"
],
"all_frames": false,
"run_at": "document_end"
}
]
} | |