Supreme bot

A bot to automatically buy supreme drops

What is Supreme bot?

Supreme bot is a Chrome extension developed by senges.alex, and its main feature is "A bot to automatically buy supreme drops".

Extension Screenshots

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

                        Update: Fixed bug that wouldn't allow to select a size                    

Extension Basic Information

Name Supreme bot Supreme bot
ID kmegjnhafkhbpehjllfjgfbnnefjffcm
Official URL https://chrome.google.com/webstore/detail/supreme-bot/kmegjnhafkhbpehjllfjgfbnnefjffcm
Description A bot to automatically buy supreme drops
File Size 125 KB
Installation Count 136
Current Version 1.1
Last Updated 2019-04-25
Publish Date 2019-04-25
Developer senges.alex
Payment Type free
Supported Languages 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'"
}