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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension are used to show Kolobok stats (Speed and Stealth) in the Simple Market before the user buy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kolobok stats checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |