Add to Cart - Out of Stock Bypass
Add items to your cart, even if websites say they are unavailable or out of stock.
Cos'è Add to Cart - Out of Stock Bypass?
Add to Cart - Out of Stock Bypass è un'estensione di Chrome sviluppata da Well Done Tomato, e la sua funzione principale è "Add items to your cart, even if websites say they are unavailable or out of stock.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to Cart - Out of Stock Bypass
Scarica i file di estensione Add to Cart - Out of Stock Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mifgklicmfepofcihgldkjoafpbgjhod |
| URL Ufficiale | https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod |
| Descrizione | Add items to your cart, even if websites say they are unavailable or out of stock. |
| Dimensione del File | 33.32 KB |
| Conteggio Installazioni | 151 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-10-21 |
| Data di Pubblicazione | 2021-10-13 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | Well Done Tomato |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |