LearnedLeague 1DS Stats Extension

Add some extra stats for LearnedLeague 1DS results.

LearnedLeague 1DS Stats Extension란 무엇입니까?

LearnedLeague 1DS Stats Extension은(는) mengmengzh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add some extra stats for LearnedLeague 1DS results."입니다.

확장 프로그램 스크린샷

screenshot

LearnedLeague 1DS Stats Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds optimum moneying stats to 1DS results for Learned League.                    

확장 프로그램 기본 정보

이름 LearnedLeague 1DS Stats Extension LearnedLeague 1DS Stats Extension
ID gbnodppoajpfdeknimjlglnpdkhbomfd
공식 URL https://chromewebstore.google.com/detail/learnedleague-1ds-stats-e/gbnodppoajpfdeknimjlglnpdkhbomfd
설명 Add some extra stats for LearnedLeague 1DS results.
파일 크기 37.03 KB
설치 횟수 50
현재 버전 0.0.5.1
최근 업데이트 2019-04-24
출시 날짜 2019-04-23
개발자 mengmengzh
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mengmengzh/learnedleague-tools
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LearnedLeague 1DS Stats Extension",
    "version": "0.0.5.1",
    "description": "Add some extra stats for LearnedLeague 1DS results.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/*.learnedleague.com\/"
    ],
    "page_action": {
        "default_title": "LL 1DS Stats",
        "default_icon": "l32.png",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.learnedleague.com\/oneday.php?*"
            ]
        }
    ]
}