LLSupport

LLSupport

LLSupport란 무엇입니까?

LLSupport은(는) https://www.llsupport.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LLSupport"입니다.

확장 프로그램 스크린샷

screenshot

LLSupport 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 LLSupport LLSupport
ID aaeailmangokcagoofekkfanhffgddgi
공식 URL 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"
}