Ultimate Nike Bot

Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike

什麼是Ultimate Nike Bot?

Ultimate Nike Bot是由SupMan開發的Chrome擴展程式,該擴展的主要功能是“Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike”。

擴展截圖

screenshot
screenshot

下載Ultimate Nike Bot擴展crx文件

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

擴展使用說明

                        The Ultimate Nike Bot will Pick your size for you on Nike SNKRS and You can checkout in a matter of 1 second!!
MUST WATCH THIS BEFORE/AFTER INSTALL https://www.youtube.com/watch?v=di9_-iFf7nA&feature=youtu.be
How to Use? (INSTRUCTIONS)
1.Once installed Create A Nike+ Account on Nike.com
(to do this go here https://www.nike.com/launch/ and on top right you'll see "Join / Log In"
2.Once Account is made Go to Your settings (click your name on top right and click "settings")
3.In settings Add your shipping and Payment Info.
4.Now take a look at the bot you installed from here on the top right of Chrome Click it. Turn it on and Save your size
5.Now Your DONE!! When a release comes out go here https://www.nike.com/launch/?s=in-stock and choose the shoe of your choice for an extremely fast checkout                    

擴展基本資訊

名稱 Ultimate Nike Bot Ultimate Nike Bot
ID ajbbdbbaocimjdkedadnbnbfoaeklndl
官方網址 https://chrome.google.com/webstore/detail/ultimate-nike-bot/ajbbdbbaocimjdkedadnbnbfoaeklndl
簡介 Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike
檔案大小 1006 KB
安裝次數 33
目前版本 2.5.0
更新時間 2017-11-20
上架時間 2017-11-20
評分 2.33/5 共 3 次評分
開發者 SupMan
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/18PlghteX7-fCpLGLG4N-a3FIklIODZ1E2vN891qTwY4/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Nike Bot",
    "manifest_version": 2,
    "description": "Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike",
    "version": "2.5.0",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nike.com\/*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/www.nike.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}