Supreme-ext

Supreme-ext for Japan Store

Supreme-ext क्या है?

Supreme-ext LeaderOfSup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supreme-ext for Japan Store"।

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

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

crx प्रारूप में Supreme-ext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}