Ultimate Nike Bot

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

Qu'est-ce que Ultimate Nike Bot ?

Ultimate Nike Bot est une extension Chrome développée par SupMan, et sa fonction principale est "Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ultimate Nike Bot

Téléchargez les fichiers d'extension Ultimate Nike Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ultimate Nike Bot Ultimate Nike Bot
ID ajbbdbbaocimjdkedadnbnbfoaeklndl
URL Officiel https://chrome.google.com/webstore/detail/ultimate-nike-bot/ajbbdbbaocimjdkedadnbnbfoaeklndl
Description Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike
Taille du Fichier 1006 KB
Nombre d'Installations 33
Version Actuelle 2.5.0
Dernière Mise à Jour 2017-11-20
Date de Publication 2017-11-20
Évaluation 2.33/5 Total 3 Évaluations
Développeur SupMan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/18PlghteX7-fCpLGLG4N-a3FIklIODZ1E2vN891qTwY4/edit?usp=sharing
Langues Prises en Charge 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"
    }
}