AmazonX - Amazon Auto Buy Flash Sale

Amazon Auto Buy Flash Sales and Lightning Deals!

AmazonX - Amazon Auto Buy Flash Sale là gì?

AmazonX - Amazon Auto Buy Flash Sale là một tiện ích mở rộng Chrome được phát triển bởi AmazonX, và tính năng chính của nó là "Amazon Auto Buy Flash Sales and Lightning Deals!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AmazonX - Amazon Auto Buy Flash Sale

Tải xuống các tệp mở rộng AmazonX - Amazon Auto Buy Flash Sale 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AmazonX - Amazon Auto Buy Flash Sale AmazonX - Amazon Auto Buy Flash Sale
ID pnofcnlpjjaokfaledcnachpkmmffilm
URL Chính Thức https://chromewebstore.google.com/detail/amazonx-amazon-auto-buy-f/pnofcnlpjjaokfaledcnachpkmmffilm
Mô tả Amazon Auto Buy Flash Sales and Lightning Deals!
Kích Thước Tệp 71.98 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.32
Cập Nhật Lần Cuối 2020-11-03
Ngày Phát Hành 2020-11-02
Nhà Phát Triển AmazonX
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacypolicy-autobuy/home
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}