Auto Supreme
One click checkout bot for the Supreme online store.
Wat is Auto Supreme?
Auto Supreme is een Chrome-extensie ontwikkeld door AJProduction, en de belangrijkste functie is "One click checkout bot for the Supreme online store.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Supreme
Download Auto Supreme-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
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.
Basisinformatie over de Extensie
Naam | |
ID | jfnlegehcjigldimknlfgjglieefifee |
Officiële URL | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Beschrijving | One click checkout bot for the Supreme online store. |
Bestandsgrootte | 87.48 KB |
Aantal Installaties | 105 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-05-21 |
Publicatiedatum | 2017-05-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | AJProduction |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |