Auto Supreme

One click checkout bot for the Supreme online store.

Auto Supreme क्या है?

Auto Supreme AJProduction द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click checkout bot for the Supreme online store."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Supreme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}