LearnedLeague 1DS Stats Extension

Add some extra stats for LearnedLeague 1DS results.

Co je LearnedLeague 1DS Stats Extension?

LearnedLeague 1DS Stats Extension je rozšíření Chrome vyvinuté mengmengzh, a jeho hlavní funkcí je „Add some extra stats for LearnedLeague 1DS results.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LearnedLeague 1DS Stats Extension

Stáhněte si soubory rozšíření LearnedLeague 1DS Stats Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název LearnedLeague 1DS Stats Extension LearnedLeague 1DS Stats Extension
ID gbnodppoajpfdeknimjlglnpdkhbomfd
Oficiální URL https://chromewebstore.google.com/detail/learnedleague-1ds-stats-e/gbnodppoajpfdeknimjlglnpdkhbomfd
Popis Add some extra stats for LearnedLeague 1DS results.
Velikost souboru 37.03 KB
Počet instalací 50
Aktuální Verze 0.0.5.1
Poslední Aktualizace 2019-04-24
Datum Vydání 2019-04-23
Vývojář mengmengzh
Typ Platby free
Webové stránky Rozšíření https://github.com/mengmengzh/learnedleague-tools
Podporované Jazyky 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?*"
            ]
        }
    ]
}