Andy's Hype Bot

ATC Service

Andy's Hype Botคืออะไร?

Andy's Hype Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andysellskicks และคุณลักษณะหลักของมันคือ "ATC Service"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Andy's Hype Bot

ดาวน์โหลดไฟล์ส่วนขยาย Andy's Hype Bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Andy's Hype Bot Andy's Hype Bot
ID linkjmbpnllmiecmdgabhcgdbdacohlc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/andys-hype-bot/linkjmbpnllmiecmdgabhcgdbdacohlc
คำอธิบาย ATC Service
ขนาดไฟล์ 664 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2018-10-24
วันที่เผยแพร่ 2018-10-24
ผู้พัฒนา andysellskicks
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}