Supreme+ Bot

Supreme shopping bot and user friendliness enhancer

What is Supreme+ Bot?

Supreme+ Bot is a Chrome extension developed by maierxc, and its main feature is "Supreme shopping bot and user friendliness enhancer".

Extension Screenshots

screenshot
screenshot
screenshot

Download Supreme+ Bot Extension CRX File

Download Supreme+ Bot 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

                        SUPREME+ BOT
KEY FEATURES:
- Show "sold out" tags without hover
- Bypass the annoying tile presentation
- Autofill
- Autocheckout
- (developed and tested for supreme EU webstore)                    

Extension Basic Information

Name Supreme+ Bot Supreme+ Bot
ID emnbpmmmbmgmahiklmiijklllackcpmi
Official URL https://chrome.google.com/webstore/detail/supreme+-bot/emnbpmmmbmgmahiklmiijklllackcpmi
Description Supreme shopping bot and user friendliness enhancer
File Size 115 KB
Installation Count 107
Current Version 1.1.12
Last Updated 2018-11-22
Publish Date 2018-11-22
Rating 3.50/5 Total 10 Ratings
Developer maierxc
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supreme+ Bot",
    "short_name": "Supreme Bot",
    "version": "1.1.12",
    "description": "Supreme shopping bot and user friendliness enhancer",
    "options_page": "src\/options\/options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "*:\/\/www.supremenewyork.com\/*"
    ],
    "icons": {
        "128": "pictures\/icon.png"
    },
    "browser_action": {
        "default_icon": "pictures\/icon.png",
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "lib\/sjcl.js",
            "src\/background\/storageHandler.js",
            "src\/background\/initialisation.js",
            "src\/background\/performer.js",
            "src\/background\/background.js"
        ]
    }
}