Supreme HotBot

Supreme HotBot

什麼是Supreme HotBot?

Supreme HotBot是由https://hotbot.store開發的Chrome擴展程式,該擴展的主要功能是“Supreme HotBot”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Supreme HotBot擴展crx文件

下載Supreme HotBot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Supreme HotBot Supreme HotBot
ID mfongdflbklhfaagadnjjbfachjedpcj
官方網址 https://chrome.google.com/webstore/detail/supreme-hotbot/mfongdflbklhfaagadnjjbfachjedpcj
簡介 Supreme HotBot
檔案大小 1.59 MB
安裝次數 495
目前版本 7.1.2
更新時間 2019-09-22
上架時間 2019-09-22
評分 3.00/5 共 10 次評分
開發者 https://hotbot.store
付費類型 in_app
擴展官網 https://hotbot.store/
說明頁面URL https://vk.com/supremehotbot
支援的語言 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"
            ]
        }
    ]
}