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.」です。
拡張機能のスクリーンショット
LearnedLeague 1DS Stats Extension拡張機能のCRXファイルをダウンロード
LearnedLeague 1DS Stats Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Adds optimum moneying stats to 1DS results for Learned League.                     拡張機能の基本情報
| 名前 |   |  
| 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?*"
            ]
        }
    ]
}  |  |