Supreme Auto Checkout

Beat the bots and get the Supreme item you want with Supreme Auto Checkout!

Supreme Auto Checkout란 무엇입니까?

Supreme Auto Checkout은(는) supremeautofill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beat the bots and get the Supreme item you want with Supreme Auto Checkout!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fills out your info on the Supreme checkout page and clicks 'purchase'.

This does not pick items out for you, it only checks them out.

To use:
1) Click the Supreme Auto Checkout logo and fill out your information.
2) Choose the item(s) you want to purchase and add them to your cart
3) Click "checkout"
     - Once you click "checkout" the extension will fill out all of your info and automatically purchase your order, saving
        you precious seconds.

NOTE: All data that you enter in this extension is stored on your computer, and your computer only. To clear all data that is stored, press the "Clear" button.

NOTE: Before using this extension, please disable Chrome's Autofill feature at chrome://settings/autofill. Some users have reported that this extension will crash their browser if autofill is on once the save button is clicked. A fix is being worked on.

This extension is updated weekly, so if Supreme changes something on their end and the app breaks, it will quickly be fixed.                    

확장 프로그램 기본 정보

이름 Supreme Auto Checkout Supreme Auto Checkout
ID ihdkgmnmmloaalhejagnmedfblnlibep
공식 URL https://chromewebstore.google.com/detail/supreme-auto-checkout/ihdkgmnmmloaalhejagnmedfblnlibep
설명 Beat the bots and get the Supreme item you want with Supreme Auto Checkout!
파일 크기 36.37 KB
설치 횟수 14
현재 버전 0.0.4
최근 업데이트 2017-11-30
출시 날짜 2017-11-29
평점 5.00/5 총 2 개의 평점
개발자 supremeautofill
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supreme Auto Checkout",
    "short_name": "Supreme Auto Checkout",
    "description": "Beat the bots and get the Supreme item you want with Supreme Auto Checkout!",
    "version": "0.0.4",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Supreme Auto Checkout",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.supremenewyork.com\/checkout"
            ],
            "js": [
                "checkout.min.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}