Supreme bot
A bot to automatically buy supreme drops
Supreme bot क्या है?
Supreme bot senges.alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bot to automatically buy supreme drops"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Supreme bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Update: Fixed bug that wouldn't allow to select a size
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kmegjnhafkhbpehjllfjgfbnnefjffcm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/supreme-bot/kmegjnhafkhbpehjllfjgfbnnefjffcm |
विवरण | A bot to automatically buy supreme drops |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 136 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-04-25 |
प्रकाशन तिथि | 2019-04-25 |
डेवलपर | senges.alex |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supreme bot", "version": "1.1", "description": "A bot to automatically buy supreme drops", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.supremenewyork.com\/shop\/*" ], "js": [ ".\/bot.js" ] }, { "matches": [ "https:\/\/www.supremenewyork.com\/checkout" ], "js": [ ".\/pay.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": ".\/index.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png", "256": "images\/256.jpg" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png", "256": "images\/256.jpg" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |