Auto Supreme
One click checkout bot for the Supreme online store.
O que é Auto Supreme?
Auto Supreme é uma extensão do Chrome desenvolvida por AJProduction, e sua principal característica é "One click checkout bot for the Supreme online store.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Supreme
Baixe arquivos de extensão Auto Supreme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jfnlegehcjigldimknlfgjglieefifee |
URL Oficial | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Descrição | One click checkout bot for the Supreme online store. |
Tamanho do Arquivo | 87.48 KB |
Contagem de Instalações | 105 |
Versão Atual | 1.1 |
Última Atualização | 2017-05-21 |
Data de Publicação | 2017-05-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | AJProduction |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |