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

Co to jest Sneakerbots4all Nike Size 10 Add To Cart Bot?

Sneakerbots4all Nike Size 10 Add To Cart Bot to rozszerzenie Chrome opracowane przez http://www.sneakerbots4all.com, a jego główną funkcją jest „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”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Sneakerbots4all Nike Size 10 Add To Cart Bot

Pobierz pliki rozszerzeń Sneakerbots4all Nike Size 10 Add To Cart Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sneakerbots4all Nike Size 10 Add To Cart Bot Sneakerbots4all Nike Size 10 Add To Cart Bot
ID ocnhnmjpckjdbpncjmdbpjefpfepjpmg
Oficjalny URL https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg
Opis 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
Rozmiar pliku 51.32 KB
Liczba instalacji 598
Aktualna Wersja 2.45
Ostatnia Aktualizacja 2015-04-26
Data Publikacji 2015-04-26
Ocena 3.87/5 Łącznie 23 Oceny
Deweloper http://www.sneakerbots4all.com
Typ Płatności free
Strona Rozszerzenia http://sneakerbots4all.com/
Obsługiwane Języki 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"
}