Auto Supreme

One click checkout bot for the Supreme online store.

Auto Supremeとは何ですか?

Auto SupremeはAJProductionによって開発されたChromeの拡張機能で、その主な機能は「One click checkout bot for the Supreme online store.」です。

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

screenshot

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

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