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文件

下載Add to Cart - Out of Stock Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}