Supreme Auto-Checkout bot

Supreme Open-Source add to cart bot

Supreme Auto-Checkout bot là gì?

Supreme Auto-Checkout bot là một tiện ích mở rộng Chrome được phát triển bởi val92130, và tính năng chính của nó là "Supreme Open-Source add to cart bot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supreme Auto-Checkout bot

Tải xuống các tệp mở rộng Supreme Auto-Checkout bot 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supreme Auto-Checkout bot Supreme Auto-Checkout bot
ID lokkgfofiabinmcohpdalkcmfjpepkjb
URL Chính Thức https://chrome.google.com/webstore/detail/supreme-auto-checkout-bot/lokkgfofiabinmcohpdalkcmfjpepkjb
Mô tả Supreme Open-Source add to cart bot
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.10.1
Cập Nhật Lần Cuối 2019-12-18
Ngày Phát Hành 2019-12-18
Đánh Giá 4.10/5 Tổng số 270 Đánh Giá
Nhà Phát Triển val92130
Loại Thanh Toán free
Trang Web Mở Rộng https://rocketcop.io
URL Trang Trợ Giúp https://github.com/val92130/Supreme-Auto-Checkout/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}