Supreme bot
A bot to automatically buy supreme drops
Wat is Supreme bot?
Supreme bot is een Chrome-extensie ontwikkeld door senges.alex, en de belangrijkste functie is "A bot to automatically buy supreme drops".
Extensie Screenshots
Download het CRX-bestand van de extensie Supreme bot
Download Supreme bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Update: Fixed bug that wouldn't allow to select a size
Basisinformatie over de Extensie
Naam | |
ID | kmegjnhafkhbpehjllfjgfbnnefjffcm |
Officiële URL | https://chrome.google.com/webstore/detail/supreme-bot/kmegjnhafkhbpehjllfjgfbnnefjffcm |
Beschrijving | A bot to automatically buy supreme drops |
Bestandsgrootte | 125 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-04-25 |
Publicatiedatum | 2019-04-25 |
Ontwikkelaar | senges.alex |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |