Xioami TV Flipkart Flash Sale(Verified)

Buy Mi LED smart TV in Flash sales on Flipkart

ما هو Xioami TV Flipkart Flash Sale(Verified)؟

Xioami TV Flipkart Flash Sale(Verified) هو إضافة Chrome تم تطويرها بواسطة Striped Mittens، والميزة الرئيسية لها هي "Buy Mi LED smart TV in Flash sales on Flipkart".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Xioami TV Flipkart Flash Sale(Verified)

قم بتنزيل ملفات الامتداد Xioami TV Flipkart Flash Sale(Verified) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Original!

Instant Helper to assist you buy the products in Flash Sales! Currently supporting Xiaomi LED Smart TV sold on Flipkart! All models that are listed on the site are supported.

Please check back and update often to get the latest! To use, run the extension a few minutes before the sale starts. Remember to login before using this friend of yours. 

Once you click the extension, you will be presented with a choice of phones. Select the one you desire to buy. The script will keep checking Flipkart's site for the buy now button. Once it is found, this extension will automatically add the phone to your cart. Remember to checkout immediately!

If you want to buy multiple variants, please run the extension simultaneously of different windows (not tabs).

This helper extension has been created to assist you in getting your favourite stuff, however, there is no guarantee of availability or you being able to buy through this. Always use this on a very fast internet connection to ensure greater chances of success.














Disclaimer: All trademarks are the copyright of the respective owners. We are not a part of any of the ecommerce websites.                    

معلومات أساسية عن التمديد

الاسم Xioami TV Flipkart Flash Sale(Verified) Xioami TV Flipkart Flash Sale(Verified)
ID chmclcgdpndbicgepaddjapijehpmbfa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/chmclcgdpndbicgepaddjapijehpmbfa
الوصف Buy Mi LED smart TV in Flash sales on Flipkart
حجم الملف 70.46 KB
عدد التثبيتات 113
النسخة الحالية 2.1
آخر تحديث 2018-04-04
تاريخ النشر 2018-04-04
تقييم 4.83/5 مجموع تقييمات 6
المطور Striped Mittens
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://www.stripedmittens.in/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xioami TV Flipkart Flash Sale(Verified)",
    "description": "Buy Mi LED smart TV in Flash sales on Flipkart",
    "icons": {
        "16": "xffsh_small_icon.png",
        "48": "xffsh_small_icon.png",
        "128": "xffsh_icon.png"
    },
    "version": "2.1",
    "browser_action": {
        "default_icon": "xffsh_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flipkart.com\/mi-led-smart-tv*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/redmi3s.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.flipkart.com\/mi-led-smart-tv*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/httpsredmi3s.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.flipkart.com\/mi-led-smart-tv*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/httpsredmi5.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.flipkart.com\/leeco-le-max2\/*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/lemax.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.flipkart.com\/yu-yunicorn\/*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/yunicorn.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.amazon.in\/b\/*",
                "https:\/\/www.amazon.in\/b\/*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/amazon.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mi.com\/in\/hdindex\/openbuy\/*"
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/mi.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "letv.jpeg"
    ]
}