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
公式URL 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"
}