LLSupport
LLSupport
What is LLSupport?
LLSupport is a Chrome extension developed by https://www.llsupport.cn, and its main feature is "LLSupport".
Extension Screenshots
Download LLSupport Extension CRX File
Download LLSupport extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。
Extension Basic Information
Name | |
ID | aaeailmangokcagoofekkfanhffgddgi |
Official URL | https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi |
Description | LLSupport |
File Size | 10.99 MB |
Installation Count | 14 |
Current Version | 3.0.148 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.llsupport.cn |
[email protected] | |
Payment Type | free |
Extension Website | https://www.llsupport.cn/app.html |
Privacy Policy Page URL | https://creativecommons.org/licenses/by-nc-nd/4.0 |
Supported Languages | 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" } |