Flash Sale Hack

A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.

Flash Sale Hack là gì?

Flash Sale Hack là một tiện ích mở rộng Chrome được phát triển bởi asg, và tính năng chính của nó là "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash Sale Hack

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

                        Now don't miss any flash sale. Use quick flash sale links and participate in flashsale.                    

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

Tên Flash Sale Hack Flash Sale Hack
ID hnlkellkeghneeipjndkcdjlaemiceke
URL Chính Thức https://chromewebstore.google.com/detail/flash-sale-hack/hnlkellkeghneeipjndkcdjlaemiceke
Mô tả A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.
Kích Thước Tệp 282 KB
Số Lần Cài Đặt 294
Phiên Bản Hiện Tại 7.2
Cập Nhật Lần Cuối 2016-12-14
Ngày Phát Hành 2016-12-14
Đánh Giá 3.93/5 Tổng số 45 Đánh Giá
Nhà Phát Triển asg
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Sale Hack",
    "version": "7.2",
    "description": "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Flash Sale Hack",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon-big.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/flipkart.com\/*",
                "*:\/\/www.flipkart.com\/*",
                "http:\/\/www.flipkart.com\/*",
                "https:\/\/www.flipkart.com\/*",
                "http:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "blink.css"
            ]
        }
    ]
}