AddToCart Nike Sneaker Bot

NikeStore Auto Add Size to Cart - select size in options

AddToCart Nike Sneaker Botคืออะไร?

AddToCart Nike Sneaker Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ETheBusinessMan และคุณลักษณะหลักของมันคือ "NikeStore Auto Add Size to Cart - select size in options"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AddToCart Nike Sneaker Bot

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}