Andy's Hype Bot

ATC Service

Was ist Andy's Hype Bot?

Andy's Hype Bot ist eine Chrome-Erweiterung, die von andysellskicks entwickelt wurde, und ihr Hauptmerkmal ist "ATC Service".

Erweiterungsscreenshots

Andy's Hype Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Andy's Hype Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Andy's Hype Bot Andy's Hype Bot
ID linkjmbpnllmiecmdgabhcgdbdacohlc
Offizielle URL https://chrome.google.com/webstore/detail/andys-hype-bot/linkjmbpnllmiecmdgabhcgdbdacohlc
Beschreibung ATC Service
Dateigröße 664 KB
Installationsanzahl 32
Aktuelle Version 1.7
Letztes Update 2018-10-24
Veröffentlichungsdatum 2018-10-24
Entwickler andysellskicks
Zahlungsart free
Unterstützte Sprachen 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
}