Redmi Note 10 Pro Flash Sale Auto Buy

Buy Redmi Note 10 Flash sale products from Amazon. Our extension works on all products

Redmi Note 10 Pro Flash Sale Auto Buyคืออะไร?

Redmi Note 10 Pro Flash Sale Auto Buy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://autobuyapp.com และคุณลักษณะหลักของมันคือ "Buy Redmi Note 10 Flash sale products from Amazon. Our extension works on all products"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redmi Note 10 Pro Flash Sale Auto Buy

ดาวน์โหลดไฟล์ส่วนขยาย Redmi Note 10 Pro Flash Sale Auto Buy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Install this extension and auto buy any Redmi Note 10 Flash sale products. This is a very lite extension (less than 40kb) and got the higher chances of getting products. 

How to Auto Buy Redmi Note 10 Pro?
>>Install the extension and then click on the icon.
>>Then you will find the different mobile models and colors
>>Choose the product that you are planning to buy and register for Auto Buy
>>Now 2 mins before open the Flash sale page
>>Our extension will automatically add them to your shopping cart.

Works on all Redmi note 10 sales on Amazon                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redmi Note 10 Pro Flash Sale Auto Buy Redmi Note 10 Pro Flash Sale Auto Buy
ID bhebbfhofmegjmadpckhlfejefflblbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/redmi-note-10-pro-flash-s/bhebbfhofmegjmadpckhlfejefflblbm
คำอธิบาย Buy Redmi Note 10 Flash sale products from Amazon. Our extension works on all products
ขนาดไฟล์ 50.61 KB
จำนวนการติดตั้ง 5,009
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-09-26
วันที่เผยแพร่ 2020-07-01
คะแนน 3.73/5 รวมทั้งหมด 156 คะแนน
ผู้พัฒนา https://autobuyapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://autobuyapp.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redmi Note 10 Pro Flash Sale Auto Buy",
    "version": "1.3.3",
    "description": "Buy Redmi Note 10 Flash sale products from Amazon. Our extension works on all products",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/sale128.png",
        "48": "images\/sale48.png",
        "16": "images\/sale16.png"
    },
    "browser_action": {
        "default_icon": "images\/sale16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Note 10 Pro Sale"
    },
    "background": {
        "scripts": [
            "popup\/javascript\/background.js",
            "popup\/javascript\/tools.js"
        ],
        "persistance": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "popup\/javascript\/findads.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "popup\/javascript\/[email protected]",
                "popup\/javascript\/flipkart.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/in.event.mi.com\/*"
            ],
            "js": [
                "popup\/javascript\/[email protected]",
                "popup\/javascript\/diwaliNew.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "popup\/javascript\/startfetch.js"
            ]
        },
        {
            "js": [
                "popup\/javascript\/[email protected]",
                "popup\/javascript\/amazon.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/Mi.svg"
    ],
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}