Add to Cart - Out of Stock Bypass

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

¿Qué es Add to Cart - Out of Stock Bypass?

Add to Cart - Out of Stock Bypass es una extensión de Chrome desarrollada por Well Done Tomato, y su función principal es "Add items to your cart, even if websites say they are unavailable or out of stock.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Add to Cart - Out of Stock Bypass

Descarga archivos de extensión Add to Cart - Out of Stock Bypass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Add to Cart - Out of Stock Bypass Add to Cart - Out of Stock Bypass
ID mifgklicmfepofcihgldkjoafpbgjhod
URL Oficial https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod
Descripción Add items to your cart, even if websites say they are unavailable or out of stock.
Tamaño del Archivo 33.32 KB
Cantidad de Instalaciones 151
Versión Actual 1.1
Última Actualización 2021-10-21
Fecha de Publicación 2021-10-13
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Well Done Tomato
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}