Supreme Autofill

Autofill for Supreme. Works for USA/Canada/EU/JPN

Τι είναι το Supreme Autofill;

Το Supreme Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Supreme Cop Bot, και η κύρια λειτουργία του είναι "Autofill for Supreme. Works for USA/Canada/EU/JPN".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Supreme Autofill

Λήψη αρχείων επέκτασης Supreme Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Autofill bot for Supreme. 
Features:
-Supports US, EU, JPN
-Auto-Fill for US, EU, JPN
-Billing/Shipping Information Validater
-Secure data protection
-User friendly UI
-On/Off Switch
-24/7 Customer Service at [email protected] and at twitter @SupremeCopBot

Please follow our youtube channel for up-to-date tutorial videos: https://www.youtube.com/channel/UC0qRc16hQvVTXLukb94wzNA

If for ANY reason the bot doesn't work email us at [email protected] and we will try to resolve the issue as fast as we can. You can also DM us at Twitter @SupremeCopBot

FAQs:
* Is my information safe?
- When you purchase the bot, take a look at it's permissions by clicking 'Details'. Here, you will see that the extension only has access to supremenewyork.com/checkout, and nothing else. Even if we wanted to, we have no way of seeing the personal info that you save. We use the Chrome secure storage engine to save all of your data, to your machine only. No other machine can access your data.

* How do I use it?
- Please go to our Youtube Channel and watch tutorial videos: https://www.youtube.com/channel/UC0qRc16hQvVTXLukb94wzNA                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Supreme Autofill Supreme Autofill
ID hnedlocjeecpklipamejiakkokiendip
Επίσημο URL https://chrome.google.com/webstore/detail/supreme-autofill/hnedlocjeecpklipamejiakkokiendip
Περιγραφή Autofill for Supreme. Works for USA/Canada/EU/JPN
Μέγεθος Αρχείου 64.83 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2017-08-24
Ημερομηνία Δημοσίευσης 2017-08-24
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Supreme Cop Bot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_store
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supreme Autofill",
    "description": "Autofill for Supreme. Works for USA\/Canada\/EU\/JPN",
    "version": "1.2",
    "icons": {
        "48": "rsz_logo.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.supremenewyork.com\/checkout"
    ]
}