Kolobok stats checker

This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.

Kolobok stats checkerคืออะไร?

Kolobok stats checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamarcolan และคุณลักษณะหลักของมันคือ "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kolobok stats checker

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

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

                        To use this extension go to Kolobok session in the Simple Market (https://wax.simplemarket.io/), that will have the kolobok list, in sequence click in the extension icon and click 'Check Kolobok Stats!". This action will reveal speed and stealth atributes of each Kolobok in the page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kolobok stats checker Kolobok stats checker
ID habalnagifbacfgdngbedpneafcodncl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl
คำอธิบาย This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.
ขนาดไฟล์ 7.69 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-05-20
วันที่เผยแพร่ 2021-05-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jamarcolan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kolobok stats checker",
    "description": "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.",
    "version": "2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wax.simplemarket.io\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popout.html",
        "default_title": "Kolobok stats checker"
    },
    "icons": {
        "16": "kolo_png.png",
        "48": "kolo_png.png",
        "128": "kolo_png.png"
    }
}