Add to Cart - Out of Stock Bypass
Add items to your cart, even if websites say they are unavailable or out of stock.
Qu'est-ce que Add to Cart - Out of Stock Bypass ?
Add to Cart - Out of Stock Bypass est une extension Chrome développée par Well Done Tomato, et sa fonction principale est "Add items to your cart, even if websites say they are unavailable or out of stock.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Cart - Out of Stock Bypass
Téléchargez les fichiers d'extension Add to Cart - Out of Stock Bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Add to Cart - Out of Stock Bypass |
ID | mifgklicmfepofcihgldkjoafpbgjhod |
URL Officiel | https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod |
Description | Add items to your cart, even if websites say they are unavailable or out of stock. |
Taille du Fichier | 33.32 KB |
Nombre d'Installations | 151 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-10-21 |
Date de Publication | 2021-10-13 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Well Done Tomato |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |