Supreme-ext

Supreme-ext for Japan Store

Τι είναι το Supreme-ext;

Το Supreme-ext είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LeaderOfSup, και η κύρια λειτουργία του είναι "Supreme-ext for Japan Store".

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

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

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

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

                        This plug-in unit is for panic buying Supreme items for Supreme Japan Website. The US Version will release soon.
このプラグインは、日本のウェブサイトをスナップアップするために使用されます(Supreme Japan)。
本插件用于Supreme日本官网的抢购,美国版本稍后上架
You can get the target alt in the US site or EU site. Thats quite simple.
ALT可以从已发售的欧洲官网和美国官网获得,非常简单。不易出BUG。谢谢您的使用。
Please set www.supremenewyork.com/shop/all as bookmark. This site is the entrance and the trigger to activate this plug-in.
After you filled in the info in the plug-in and enabled it, you just wait the release time to come.As soon as the time comes, you click or refresh "www.supremenewyork.com/shop/all".It automatically works!                    

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

Όνομα Supreme-ext Supreme-ext
ID cdonbmpeafgfcmcnodklgjmgoplgmlih
Επίσημο URL https://chrome.google.com/webstore/detail/supreme-ext/cdonbmpeafgfcmcnodklgjmgoplgmlih
Περιγραφή Supreme-ext for Japan Store
Μέγεθος Αρχείου 54.59 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2018-02-23
Ημερομηνία Δημοσίευσης 2018-02-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής LeaderOfSup
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supreme-ext",
    "description": "Supreme-ext for Japan Store",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.supremenewyork.com\/*",
                "https:\/\/www.supremenewyork.com\/*"
            ],
            "js": [
                "jq.js",
                "all.js",
                "add-to-cart.js",
                "checkout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "checkout-event-trigger.js"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-deactivated.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}