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 là gì?
Add to Cart - Out of Stock Bypass là một tiện ích mở rộng Chrome được phát triển bởi Well Done Tomato, và tính năng chính của nó là "Add items to your cart, even if websites say they are unavailable or out of stock.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add to Cart - Out of Stock Bypass
Tải xuống các tệp mở rộng Add to Cart - Out of Stock Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add to Cart - Out of Stock Bypass |
ID | mifgklicmfepofcihgldkjoafpbgjhod |
URL Chính Thức | https://chromewebstore.google.com/detail/add-to-cart-out-of-stock/mifgklicmfepofcihgldkjoafpbgjhod |
Mô tả | Add items to your cart, even if websites say they are unavailable or out of stock. |
Kích Thước Tệp | 33.32 KB |
Số Lần Cài Đặt | 151 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-10-21 |
Ngày Phát Hành | 2021-10-13 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Well Done Tomato |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |