LearnedLeague 1DS Stats Extension

Add some extra stats for LearnedLeague 1DS results.

What is LearnedLeague 1DS Stats Extension?

LearnedLeague 1DS Stats Extension is a Chrome extension developed by mengmengzh, and its main feature is "Add some extra stats for LearnedLeague 1DS results.".

Extension Screenshots

screenshot

Download LearnedLeague 1DS Stats Extension Extension CRX File

Download LearnedLeague 1DS Stats Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LearnedLeague 1DS Stats Extension LearnedLeague 1DS Stats Extension
ID gbnodppoajpfdeknimjlglnpdkhbomfd
Official URL https://chromewebstore.google.com/detail/learnedleague-1ds-stats-e/gbnodppoajpfdeknimjlglnpdkhbomfd
Description Add some extra stats for LearnedLeague 1DS results.
File Size 37.03 KB
Installation Count 50
Current Version 0.0.5.1
Last Updated 2019-04-24
Publish Date 2019-04-23
Developer mengmengzh
Payment Type free
Extension Website https://github.com/mengmengzh/learnedleague-tools
Supported Languages 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?*"
            ]
        }
    ]
}