Supreme HotBot

Supreme HotBot

Supreme HotBot là gì?

Supreme HotBot là một tiện ích mở rộng Chrome được phát triển bởi https://hotbot.store, và tính năng chính của nó là "Supreme HotBot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Supreme HotBot

Tải xuống các tệp mở rộng Supreme HotBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Supreme is the most popular street wear brand. Brand's gear is sold out within seconds, so it is almost impossible to cop without a bot. Every season Supreme releases a new clothing collection, which contains collaborations with famous brands, artists and designers as well as extremely unusual accessories. Our bot will help you to purchase the most hyped pieces.

You can download and test our demo-version for free.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Supreme HotBot Supreme HotBot
ID mfongdflbklhfaagadnjjbfachjedpcj
URL Chính Thức https://chrome.google.com/webstore/detail/supreme-hotbot/mfongdflbklhfaagadnjjbfachjedpcj
Mô tả Supreme HotBot
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 495
Phiên Bản Hiện Tại 7.1.2
Cập Nhật Lần Cuối 2019-09-22
Ngày Phát Hành 2019-09-22
Đánh Giá 3.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://hotbot.store
Loại Thanh Toán in_app
Trang Web Mở Rộng https://hotbot.store/
URL Trang Trợ Giúp https://vk.com/supremehotbot
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "7.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html?popup=true",
        "default_icon": "assets\/img\/icon.png"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "activeTab",
        "tabs",
        "gcm",
        "identity",
        "contentSettings",
        "cookies",
        "storage",
        "webNavigation",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.supremenewyork.com\/*",
        "http:\/\/www.supremenewyork.com\/mobile_stock.json",
        "https:\/\/www.google.com\/recaptcha\/api2\/demo",
        "downloads",
        "proxy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.supremenewyork.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "extension.js"
            ]
        }
    ]
}