Supreme bot

A bot to automatically buy supreme drops

Apa itu Supreme bot?

Supreme bot adalah ekstensi Chrome yang dikembangkan oleh senges.alex, dan fitur utamanya adalah "A bot to automatically buy supreme drops".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Supreme bot

Unduh file ekstensi Supreme bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Supreme bot Supreme bot
ID kmegjnhafkhbpehjllfjgfbnnefjffcm
URL Resmi https://chrome.google.com/webstore/detail/supreme-bot/kmegjnhafkhbpehjllfjgfbnnefjffcm
Deskripsi A bot to automatically buy supreme drops
Ukuran File 125 KB
Jumlah Instalasi 136
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-04-25
Tanggal Publikasi 2019-04-25
Pengembang senges.alex
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}