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 |
| 电子邮箱 | [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"
}
]
} | |