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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |