Auto Supreme

One click checkout bot for the Supreme online store.

Что такое Auto Supreme?

Auto Supreme - это расширение Chrome, разработанное AJProduction, и его основная функция - "One click checkout bot for the Supreme online store.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Auto Supreme

Скачайте файлы расширений Auto Supreme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Auto Supreme Auto Supreme
ID jfnlegehcjigldimknlfgjglieefifee
Официальный URL https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee
Описание One click checkout bot for the Supreme online store.
Размер файла 87.48 KB
Количество установок 105
Текущая Версия 1.1
Последнее Обновление 2017-05-21
Дата публикации 2017-05-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик AJProduction
Тип оплаты free
Поддерживаемые языки 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"
    ]
}