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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |