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