Auto Supreme

One click checkout bot for the Supreme online store.

¿Qué es Auto Supreme?

Auto Supreme es una extensión de Chrome desarrollada por AJProduction, y su función principal es "One click checkout bot for the Supreme online store.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto Supreme

Descarga archivos de extensión Auto Supreme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Auto Supreme Auto Supreme
ID jfnlegehcjigldimknlfgjglieefifee
URL Oficial https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee
Descripción One click checkout bot for the Supreme online store.
Tamaño del Archivo 87.48 KB
Cantidad de Instalaciones 105
Versión Actual 1.1
Última Actualización 2017-05-21
Fecha de Publicación 2017-05-21
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador AJProduction
Tipo de Pago free
Idiomas Soportados 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"
    ]
}