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是由jamarcolan開發的Chrome擴展程式,該擴展的主要功能是“This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.”。

擴展截圖

screenshot

下載Kolobok stats checker擴展crx文件

下載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
官方網址 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"
    }
}