LLSupport
LLSupport
O que é LLSupport?
LLSupport é uma extensão do Chrome desenvolvida por https://www.llsupport.cn, e sua principal característica é "LLSupport".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LLSupport
Baixe arquivos de extensão LLSupport no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。
Informações Básicas da Extensão
Nome | |
ID | aaeailmangokcagoofekkfanhffgddgi |
URL Oficial | https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi |
Descrição | LLSupport |
Tamanho do Arquivo | 10.99 MB |
Contagem de Instalações | 14 |
Versão Atual | 3.0.148 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.llsupport.cn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.llsupport.cn/app.html |
URL da Página de Política de Privacidade | https://creativecommons.org/licenses/by-nc-nd/4.0 |
Idiomas Suportados | 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" } |