Auto Supreme

One click checkout bot for the Supreme online store.

What is Auto Supreme?

Auto Supreme is a Chrome extension developed by AJProduction, and its main feature is "One click checkout bot for the Supreme online store.".

Extension Screenshots

screenshot

Download Auto Supreme Extension CRX File

Download Auto Supreme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        One click checkout bot for the Supreme online store. Once installed right click the extension, go to options, fill out the form. Then go to supremenewyork.com/checkout to verify all your information works properly. On drop day once you have your item in the cart just click checkout and the extension will do the rest.                    

Extension Basic Information

Name Auto Supreme Auto Supreme
ID jfnlegehcjigldimknlfgjglieefifee
Official URL https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee
Description One click checkout bot for the Supreme online store.
File Size 87.48 KB
Installation Count 105
Current Version 1.1
Last Updated 2017-05-21
Publish Date 2017-05-21
Rating 5.00/5 Total 2 Ratings
Developer AJProduction
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Supreme",
    "description": "One click checkout bot for the Supreme online store.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click here!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}