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はWell Done Tomatoによって開発されたChromeの拡張機能で、その主な機能は「Add items to your cart, even if websites say they are unavailable or out of stock.」です。
拡張機能のスクリーンショット
Add to Cart - Out of Stock Bypass拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } |