Supreme HotBot

Supreme HotBot

Supreme HotBot क्या है?

Supreme HotBot https://hotbot.store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supreme HotBot"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Supreme HotBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}