AmazonX - Amazon Auto Buy Flash Sale
Amazon Auto Buy Flash Sales and Lightning Deals!
什么是AmazonX - Amazon Auto Buy Flash Sale?
AmazonX - Amazon Auto Buy Flash Sale是由AmazonX开发的Chrome扩展程序,该扩展的主要功能是“Amazon Auto Buy Flash Sales and Lightning Deals!”。
扩展截图
下载AmazonX - Amazon Auto Buy Flash Sale扩展crx文件
下载AmazonX - Amazon Auto Buy Flash Sale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you are not able to buy your phone in flash sales of Amazon.in, this extension is for you. This extension helps you in adding to cart flash sales phones in Amazon, which usually gets stock out within seconds. It greatly increases your chances to order your phone in such flash sales. You can use this extension to buy: 1. Any Lightning Deals 2. Redmi Note 9 Pro 3. Redmi Note 9 4. Redmi 9A 5. Redmi 9 Prime 6. and all other flash sales or lightning deals available on Amazon.
扩展基本信息
名称 | AmazonX - Amazon Auto Buy Flash Sale |
ID | pnofcnlpjjaokfaledcnachpkmmffilm |
官方URL | https://chromewebstore.google.com/detail/amazonx-amazon-auto-buy-f/pnofcnlpjjaokfaledcnachpkmmffilm |
简介 | Amazon Auto Buy Flash Sales and Lightning Deals! |
文件大小 | 71.98 KB |
安装次数 | 177 |
当前版本 | 1.32 |
更新时间 | 2020-11-03 |
上架时间 | 2020-11-02 |
开发者 | AmazonX |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/privacypolicy-autobuy/home |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "OneSignal.js", "context.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "AmazonX Auto Buy Flash Sale" }, "content_scripts": [ { "js": [ "\/inject\/amazon.js" ], "matches": [ "https:\/\/www.amazon.in\/*cwactive*" ], "run_at": "document_end" } ], "description": "Amazon Auto Buy Flash Sales and Lightning Deals!", "homepage_url": "http:\/\/www.com", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "AmazonX - Amazon Auto Buy Flash Sale", "permissions": [ "contextMenus", "activeTab", "notifications", "storage", "gcm", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.32", "web_accessible_resources": [ "48.png", "logo.png" ] } |