Auto Supreme

One click checkout bot for the Supreme online store.

Auto Supreme란 무엇입니까?

Auto Supreme은(는) AJProduction에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click checkout bot for the Supreme online store."입니다.

확장 프로그램 스크린샷

screenshot

Auto Supreme 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        One click checkout bot for the Supreme online store. Once installed right click the extension, go to options, fill out the form. Then go to supremenewyork.com/checkout to verify all your information works properly. On drop day once you have your item in the cart just click checkout and the extension will do the rest.                    

확장 프로그램 기본 정보

이름 Auto Supreme Auto Supreme
ID jfnlegehcjigldimknlfgjglieefifee
공식 URL https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee
설명 One click checkout bot for the Supreme online store.
파일 크기 87.48 KB
설치 횟수 105
현재 버전 1.1
최근 업데이트 2017-05-21
출시 날짜 2017-05-21
평점 5.00/5 총 2 개의 평점
개발자 AJProduction
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Supreme",
    "description": "One click checkout bot for the Supreme online store.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click here!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}