Supreme-ext

Supreme-ext for Japan Store

Supreme-extとは何ですか?

Supreme-extはLeaderOfSupによって開発されたChromeの拡張機能で、その主な機能は「Supreme-ext for Japan Store」です。

拡張機能のスクリーンショット

Supreme-ext拡張機能のCRXファイルをダウンロード

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
Eメール [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
}