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 là gì?
Kolobok stats checker là một tiện ích mở rộng Chrome được phát triển bởi jamarcolan, và tính năng chính của nó là "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kolobok stats checker
Tải xuống các tệp mở rộng Kolobok stats checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kolobok stats checker |
ID | habalnagifbacfgdngbedpneafcodncl |
URL Chính Thức | https://chromewebstore.google.com/detail/kolobok-stats-checker/habalnagifbacfgdngbedpneafcodncl |
Mô tả | This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy. |
Kích Thước Tệp | 7.69 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2021-05-20 |
Ngày Phát Hành | 2021-05-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jamarcolan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |