Auto Supreme
One click checkout bot for the Supreme online store.
Co to jest Auto Supreme?
Auto Supreme to rozszerzenie Chrome opracowane przez AJProduction, a jego główną funkcją jest „One click checkout bot for the Supreme online store.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Supreme
Pobierz pliki rozszerzeń Auto Supreme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jfnlegehcjigldimknlfgjglieefifee |
Oficjalny URL | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Opis | One click checkout bot for the Supreme online store. |
Rozmiar pliku | 87.48 KB |
Liczba instalacji | 105 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-05-21 |
Data Publikacji | 2017-05-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | AJProduction |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |