LLSupport

LLSupport

Cos'è LLSupport?

LLSupport è un'estensione di Chrome sviluppata da https://www.llsupport.cn, e la sua funzione principale è "LLSupport".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LLSupport

Scarica i file di estensione LLSupport in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Love Live! 手游助手,具备用心计算、经验计算、实时活动档线查询、档线自动预测、歌曲数据查询等主要功能。部分功能基于 Love Live Wiki 、 CN Event Tracker 和 LLhelper。                    

Informazioni di Base sull'Estensione

Nome LLSupport LLSupport
ID aaeailmangokcagoofekkfanhffgddgi
URL Ufficiale https://chrome.google.com/webstore/detail/llsupport/aaeailmangokcagoofekkfanhffgddgi
Descrizione LLSupport
Dimensione del File 10.99 MB
Conteggio Installazioni 14
Versione Corrente 3.0.148
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.llsupport.cn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.llsupport.cn/app.html
URL della Pagina della Politica sulla Privacy https://creativecommons.org/licenses/by-nc-nd/4.0
Lingue Supportate 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"
}