Supreme Auto-Checkout bot
Supreme Open-Source add to cart bot
Supreme Auto-Checkout bot क्या है?
Supreme Auto-Checkout bot val92130 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supreme Open-Source add to cart bot"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Supreme Auto-Checkout bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Update 2.10.0 What's new: - Fixed ATC - Added stealth functions to bypass Supreme's antibot - Address is now set using cookies for faster autofill - Various bug fixes NEW -- Added typing simulation! Supreme Auto Checkout is a Google Chrome extension to automate the process of buying a product from the Supreme shop. Supreme Auto Checkout provides many features such as: Auto Checkout - The product will automatically be added to your cart and will straight go to the checkout page. AutoFill - All of your billing informations will be automaticaly filled on the checkout page. Multi profiles - You can setup multiple profiles to quickly switch settings during drop day! Configurable delays for every steps of the checkout process. Size choice for every category of product. Option to set a minimum/maximum price for a product. Option to hide sold out products. Easy configuration. AutoCop - You can set keywords for products and they will automatically be added to cart when they are available on the shop. Restock monitor - Be notified when a product goes back in stock. Drop list.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lokkgfofiabinmcohpdalkcmfjpepkjb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/supreme-auto-checkout-bot/lokkgfofiabinmcohpdalkcmfjpepkjb |
विवरण | Supreme Open-Source add to cart bot |
फ़ाइल का आकार | 1.19 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.10.1 |
अंतिम अपडेट | 2019-12-18 |
प्रकाशन तिथि | 2019-12-18 |
रेटिंग | 4.10/5 कुल 270 रेटिंग्स |
डेवलपर | val92130 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rocketcop.io |
सहायता पृष्ठ URL | https://github.com/val92130/Supreme-Auto-Checkout/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Supreme Auto-Checkout bot", "description": "Supreme Open-Source add to cart bot", "version": "2.10.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html?popup=true", "default_icon": "assets\/img\/icon.png" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "options_page": "index.html", "permissions": [ "activeTab", "contentSettings", "cookies", "storage", "webNavigation", "background", "notifications", "webRequest", "webRequestBlocking", "*:\/\/*.supremenewyork.com\/*", "https:\/\/www.supremenewyork.com\/mobile_stock.json", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.supremenewyork.com\/*" ], "js": [ "extension.js" ] }, { "matches": [ "*:\/\/*.supremenewyork.com\/*" ], "js": [ "preload.js" ], "run_at": "document_start" } ] } |