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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Well Done Tomato, και η κύρια λειτουργία του είναι "Add items to your cart, even if websites say they are unavailable or out of stock.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Add to Cart - Out of Stock Bypass

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}