Flash Sale Hack

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

What is Flash Sale Hack?

Flash Sale Hack is a Chrome extension developed by asg, and its main feature is "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.".

Extension Screenshots

screenshot

Download Flash Sale Hack Extension CRX File

Download Flash Sale Hack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Flash Sale Hack Flash Sale Hack
ID hnlkellkeghneeipjndkcdjlaemiceke
Official URL https://chromewebstore.google.com/detail/flash-sale-hack/hnlkellkeghneeipjndkcdjlaemiceke
Description A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.
File Size 282 KB
Installation Count 294
Current Version 7.2
Last Updated 2016-12-14
Publish Date 2016-12-14
Rating 3.93/5 Total 45 Ratings
Developer asg
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}