AddToCart Nike Sneaker Bot

NikeStore Auto Add Size to Cart - select size in options

AddToCart Nike Sneaker Bot क्या है?

AddToCart Nike Sneaker Bot ETheBusinessMan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NikeStore Auto Add Size to Cart - select size in options"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AddToCart Nike Sneaker Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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