Andy's Hype Bot

ATC Service

Cos'è Andy's Hype Bot?

Andy's Hype Bot è un'estensione di Chrome sviluppata da andysellskicks, e la sua funzione principale è "ATC Service".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Andy's Hype Bot

Scarica i file di estensione Andy's Hype Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Andy's Hype Bot Andy's Hype Bot
ID linkjmbpnllmiecmdgabhcgdbdacohlc
URL Ufficiale https://chrome.google.com/webstore/detail/andys-hype-bot/linkjmbpnllmiecmdgabhcgdbdacohlc
Descrizione ATC Service
Dimensione del File 664 KB
Conteggio Installazioni 32
Versione Corrente 1.7
Ultimo Aggiornamento 2018-10-24
Data di Pubblicazione 2018-10-24
Sviluppatore andysellskicks
Tipo di Pagamento free
Lingue Supportate 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
}