Supreme HotBot
Supreme HotBot
Supreme HotBot란 무엇입니까?
Supreme HotBot은(는) https://hotbot.store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supreme HotBot"입니다.
확장 프로그램 스크린샷
Supreme HotBot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } ] } |