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 |
官方網址 | 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" } |