Auto Supreme
One click checkout bot for the Supreme online store.
Vad är Auto Supreme?
Auto Supreme är en Chrome-tillägg utvecklad av AJProduction, och dess huvudfunktion är "One click checkout bot for the Supreme online store.".
Tilläggsskärmbilder
Ladda ner Auto Supreme-förlängningens CRX-fil
Ladda ner Auto Supreme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jfnlegehcjigldimknlfgjglieefifee |
Officiell webbadress | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Beskrivning | One click checkout bot for the Supreme online store. |
Filstorlek | 87.48 KB |
Antal Installationer | 105 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-05-21 |
Publiceringsdatum | 2017-05-21 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | AJProduction |
Betalningssätt | free |
Stödda Språk | 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" ] } |