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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}