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
官方網址 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"
    ]
}