LLSupport
LLSupport
什么是LLSupport?
LLSupport是由https://www.llsupport.cn开发的Chrome扩展程序,该扩展的主要功能是“LLSupport”。
扩展截图
下载LLSupport扩展crx文件
下载LLSupport扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。 扩展基本信息
| 名称 | |
| ID | aaeailmangokcagoofekkfanhffgddgi |
| 官方URL | https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi |
| 简介 | LLSupport |
| 文件大小 | 10.99 MB |
| 安装次数 | 14 |
| 当前版本 | 3.0.148 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.llsupport.cn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.llsupport.cn/app.html |
| 隐私政策页面URL | https://creativecommons.org/licenses/by-nc-nd/4.0 |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "index.html",
"default_title": "LLSupport"
},
"description": "LLSupport",
"icons": {
"128": "img\/180x180.png",
"19": "img\/80x80.png",
"48": "img\/120x120.png"
},
"manifest_version": 2,
"name": "LLSupport",
"offline_enabled": true,
"omnibox": {
"keyword": "LLSupport"
},
"permissions": [
"https:\/\/www.llsupport.cn",
"notifications",
"background",
"tts",
"storage",
"alarms"
],
"short_name": "LLS",
"version": "3.0.148"
} | |