LLSupport
LLSupport
Wat is LLSupport?
LLSupport is een Chrome-extensie ontwikkeld door https://www.llsupport.cn, en de belangrijkste functie is "LLSupport".
Extensie Screenshots
Download het CRX-bestand van de extensie LLSupport
Download LLSupport-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。
Basisinformatie over de Extensie
Naam | |
ID | aaeailmangokcagoofekkfanhffgddgi |
Officiële URL | https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi |
Beschrijving | LLSupport |
Bestandsgrootte | 10.99 MB |
Aantal Installaties | 14 |
Huidige Versie | 3.0.148 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.llsupport.cn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.llsupport.cn/app.html |
URL van de Privacybeleid Pagina | https://creativecommons.org/licenses/by-nc-nd/4.0 |
Ondersteunde Talen | 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" } |