Andy's Hype Bot

ATC Service

Apa itu Andy's Hype Bot?

Andy's Hype Bot adalah ekstensi Chrome yang dikembangkan oleh andysellskicks, dan fitur utamanya adalah "ATC Service".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Andy's Hype Bot

Unduh file ekstensi Andy's Hype Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Andy's Hype Bot Andy's Hype Bot
ID linkjmbpnllmiecmdgabhcgdbdacohlc
URL Resmi https://chrome.google.com/webstore/detail/andys-hype-bot/linkjmbpnllmiecmdgabhcgdbdacohlc
Deskripsi ATC Service
Ukuran File 664 KB
Jumlah Instalasi 32
Versi Saat Ini 1.7
Terakhir Diperbarui 2018-10-24
Tanggal Publikasi 2018-10-24
Pengembang andysellskicks
Tipe Pembayaran free
Bahasa yang Didukung 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
}