Supreme HotBot
Supreme HotBot
Supreme HotBotとは何ですか?
Supreme HotBotはhttps://hotbot.storeによって開発されたChromeの拡張機能で、その主な機能は「Supreme HotBot」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" ] } ] } |