LearnedLeague 1DS Stats Extension

Add some extra stats for LearnedLeague 1DS results.

LearnedLeague 1DS Stats Extensionคืออะไร?

LearnedLeague 1DS Stats Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mengmengzh และคุณลักษณะหลักของมันคือ "Add some extra stats for LearnedLeague 1DS results."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LearnedLeague 1DS Stats Extension

ดาวน์โหลดไฟล์ส่วนขยาย LearnedLeague 1DS Stats Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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?*"
            ]
        }
    ]
}