AddToCart Nike Sneaker Bot

NikeStore Auto Add Size to Cart - select size in options

什麼是AddToCart Nike Sneaker Bot?

AddToCart Nike Sneaker Bot是由ETheBusinessMan開發的Chrome擴展程式,該擴展的主要功能是“NikeStore Auto Add Size to Cart - select size in options”。

擴展截圖

screenshot
screenshot

下載AddToCart Nike Sneaker Bot擴展crx文件

下載AddToCart Nike Sneaker Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Note this version is only for NikeStore. See my other bot for Footlocker, Finishline, and NikeStore integration.

This is a sneaker bot that automatically adds your shoe size to cart on NikeStore.com.

There is no guarantee this will get you the shoes, but it will definitely speed up the add to cart time and give you a better chance of obtaining the shoe.

The default size is 10, so please go in to the options to adjust your size accordingly.                    

擴展基本資訊

名稱 AddToCart Nike Sneaker Bot AddToCart Nike Sneaker Bot
ID mhobpjlfojbhednlhdaallmklhckjfdb
官方網址 https://chrome.google.com/webstore/detail/addtocart-nike-sneaker-bo/mhobpjlfojbhednlhdaallmklhckjfdb
簡介 NikeStore Auto Add Size to Cart - select size in options
檔案大小 10.81 KB
安裝次數 31
目前版本 1.7
更新時間 2016-02-18
上架時間 2016-02-18
評分 2.21/5 共 14 次評分
開發者 ETheBusinessMan
付費類型 free
支援的語言 en-US
manifest.json
{
    "name": "AddToCart Nike Sneaker Bot",
    "short_name": "Sneaker Bot",
    "author": "ETheBusinessMan",
    "description": "NikeStore Auto Add Size to Cart - select size in options",
    "manifest_version": 2,
    "version": "1.7",
    "homepage_url": "http:\/\/www.ebay.com\/sch\/ethebusinessman\/m.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.nike.com\/*"
            ],
            "js": [
                "autoaddcart.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "contentSettings",
        "webRequest"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html"
}