Add to Cart - Out of Stock Bypass
Add items to your cart, even if websites say they are unavailable or out of stock.
Hvad er Add to Cart - Out of Stock Bypass?
Add to Cart - Out of Stock Bypass er en Chrome-udvidelse udviklet af Well Done Tomato, og dens hovedfunktion er "Add items to your cart, even if websites say they are unavailable or out of stock.".
Udvidelsesskærmbilleder
Download Add to Cart - Out of Stock Bypass-udvidelses-CRX-fil
Download Add to Cart - Out of Stock Bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Add to Cart - Out of Stock Bypass |
ID | mifgklicmfepofcihgldkjoafpbgjhod |
Officiel URL | https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod |
Beskrivelse | Add items to your cart, even if websites say they are unavailable or out of stock. |
Filstørrelse | 33.32 KB |
Antal Installationer | 151 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-10-21 |
Udgivelsesdato | 2021-10-13 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Well Done Tomato |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |