Yeezy Sieupply: The Ultimate Yeezy Supply AIO

Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.

Yeezy Sieupply: The Ultimate Yeezy Supply AIO란 무엇입니까?

Yeezy Sieupply: The Ultimate Yeezy Supply AIO은(는) http://kicksfor.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC."입니다.

확장 프로그램 스크린샷

screenshot

Yeezy Sieupply: The Ultimate Yeezy Supply AIO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Yeezy Sieupply: The Ultimate Yeezy Supply AIO Yeezy Sieupply: The Ultimate Yeezy Supply AIO
ID igblkgkclhonkmlpbniimdimcnjmciha
공식 URL https://chrome.google.com/webstore/detail/yeezy-sieupply-the-ultima/igblkgkclhonkmlpbniimdimcnjmciha
설명 Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.
파일 크기 128 KB
설치 횟수 230
현재 버전 1.0.2
최근 업데이트 2018-06-11
출시 날짜 2018-04-04
평점 2.33/5 총 6 개의 평점
개발자 http://kicksfor.us
결제 유형 in_app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yeezy Sieupply: The Ultimate Yeezy Supply AIO",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.",
    "homepage_url": "https:\/\/kicksfor.us",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/*.yeezysupply.com\/*\/checkouts\/*",
                "*:\/\/checkout.shopifycs.com\/*"
            ],
            "js": [
                "jquery.js",
                "bootstrap-notify.min.js",
                "content_script_checkout.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "*:\/\/kicksfor.us\/app\/yeezysieupply\/?Country=*"
            ],
            "js": [
                "jquery.js",
                "bootstrap-notify.min.js",
                "bot_controller.js"
            ]
        },
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/*.yeezysupply.com\/*"
            ],
            "js": [
                "jquery.js",
                "bootstrap-notify.min.js",
                "bot.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "injected.js",
        "find_product.js",
        "payment.js",
        "addto.js",
        "check_cart.js"
    ],
    "browser_action": {
        "default_title": "Yeezy Sieupply"
    },
    "permissions": [
        "*:\/\/*.yeezysupply.com\/*",
        "tabs",
        "storage"
    ],
    "short_name": "Yeezy Supply: AIO"
}