Andy's Hype Bot

ATC Service

Co to jest Andy's Hype Bot?

Andy's Hype Bot to rozszerzenie Chrome opracowane przez andysellskicks, a jego główną funkcją jest „ATC Service”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Andy's Hype Bot

Pobierz pliki rozszerzeń Andy's Hype 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

                        IMPORTANT
You must email me at [email protected] to set up a payment to gain access to this service

Bot to add items to cart for select sites. 
Currently supports:
-Kith
-Yeezy Supply
-Palace
-Supreme
-BBC
-Undefeated
-TGWO
-Packer                    

Podstawowe informacje o rozszerzeniu

Nazwa Andy's Hype Bot Andy's Hype Bot
ID linkjmbpnllmiecmdgabhcgdbdacohlc
Oficjalny URL https://chrome.google.com/webstore/detail/andys-hype-bot/linkjmbpnllmiecmdgabhcgdbdacohlc
Opis ATC Service
Rozmiar pliku 664 KB
Liczba instalacji 32
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2018-10-24
Data Publikacji 2018-10-24
Deweloper andysellskicks
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Andy's Hype Bot",
    "description": "ATC Service",
    "version": "1.7",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*\/*\/*",
                "https:\/\/checkout.shopifycs.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}