Sneakerbots4all Nike Size 10 Add To Cart Bot

This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team

¿Qué es Sneakerbots4all Nike Size 10 Add To Cart Bot?

Sneakerbots4all Nike Size 10 Add To Cart Bot es una extensión de Chrome desarrollada por http://www.sneakerbots4all.com, y su función principal es "This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Sneakerbots4all Nike Size 10 Add To Cart Bot

Descarga archivos de extensión Sneakerbots4all Nike Size 10 Add To Cart Bot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This bot will add a product to your nike.com cart after you click on an item on Nike.com, or a Twitter Link. 

To purchase other sizes, or other bots visit our site.
***We are not affiliated, or sponsored by Nike***
______________________________
New In Version 2.31
-fixed various bugs
-fixed issues in Chrome 32                    

Información Básica de la Extensión

Nombre Sneakerbots4all Nike Size 10 Add To Cart Bot Sneakerbots4all Nike Size 10 Add To Cart Bot
ID ocnhnmjpckjdbpncjmdbpjefpfepjpmg
URL Oficial https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg
Descripción This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team
Tamaño del Archivo 51.32 KB
Cantidad de Instalaciones 598
Versión Actual 2.45
Última Actualización 2015-04-26
Fecha de Publicación 2015-04-26
Calificación 3.87/5 Total de 23 Calificaciones
Desarrollador http://www.sneakerbots4all.com
Tipo de Pago free
Sitio Web de la Extensión http://sneakerbots4all.com/
Idiomas Soportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "autobuy.js"
            ],
            "matches": [
                "http:\/\/store.nike.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo5.png",
        "default_popup": "index.html"
    },
    "description": "This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team",
    "homepage_url": "http:\/\/sneakerbots4all.com",
    "icons": {
        "128": "logo5.png"
    },
    "manifest_version": 2,
    "name": "Sneakerbots4all Nike Size 10 Add To Cart Bot",
    "permissions": [
        "tabs",
        "http:\/\/store.nike.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.45"
}