Add to Cart - Out of Stock Bypass

Add items to your cart, even if websites say they are unavailable or out of stock.

Add to Cart - Out of Stock Bypass란 무엇입니까?

Add to Cart - Out of Stock Bypass은(는) Well Done Tomato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add items to your cart, even if websites say they are unavailable or out of stock."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Add to Cart - Out of Stock Bypass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cart an Xbox Series X, or Xbox Series X Halo Edition, directly from the Microsoft cart page. It does NOT need to be in stock, and you can cart anyway! This lets you skip steps during a drop and go straight to checkout, instead of fighting to cart.

Only works from the cart:
https://www.microsoft.com/en-us/store/cart

On GameStop, enable the add to cart button so you can actually cart during a drop.

This extension is not affiliated in any way with Microsoft or GameStop.                    

확장 프로그램 기본 정보

이름 Add to Cart - Out of Stock Bypass Add to Cart - Out of Stock Bypass
ID mifgklicmfepofcihgldkjoafpbgjhod
공식 URL https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod
설명 Add items to your cart, even if websites say they are unavailable or out of stock.
파일 크기 33.32 KB
설치 횟수 151
현재 버전 1.1
최근 업데이트 2021-10-21
출시 날짜 2021-10-13
평점 1.00/5 총 1 개의 평점
개발자 Well Done Tomato
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Cart - Out of Stock Bypass",
    "version": "1.1",
    "description": "Add items to your cart, even if websites say they are unavailable or out of stock.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.microsoft.com\/en-US\/store\/cart*",
                "https:\/\/www.microsoft.com\/en-us\/store\/cart*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/ms\/lib\/Waiter.js",
                "src\/ms\/cart\/cart.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gamestop.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/gs\/lib\/Waiter.js",
                "src\/gs\/product.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/ms\/cart\/inject.js"
            ],
            "matches": [
                "https:\/\/www.microsoft.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "ATC - OOS Bypass"
    },
    "permissions": [],
    "manifest_version": 3
}