Flash Sale Cracker

This extension will help you to buy anything from flash sales easily

What is Flash Sale Cracker?

Flash Sale Cracker is a Chrome extension developed by Flash Sale Cracker, and its main feature is "This extension will help you to buy anything from flash sales easily".

Extension Screenshots

screenshot

Download Flash Sale Cracker Extension CRX File

Download Flash Sale Cracker 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

                        This extension helps you to get phone buying from flash sales.

Follow below step 

1. Click Icon of Amazon/MI Flash Sale Tricks extension.
2. Click Tricked enabled link given on step one.
3. Script will Start working and Your phone will be added to the Cart Automatically.

It will add phone to your cart automatically. 
It most useful trick extension for Amazon Flash Sale.                    

Extension Basic Information

Name Flash Sale Cracker Flash Sale Cracker
ID gopghmnbegpebfhbnhnklkemdnciipli
Official URL https://chromewebstore.google.com/detail/flash-sale-cracker/gopghmnbegpebfhbnhnklkemdnciipli
Description This extension will help you to buy anything from flash sales easily
File Size 129 KB
Installation Count 278
Current Version 1.2
Last Updated 2016-04-27
Publish Date 2016-04-26
Rating 4.33/5 Total 6 Ratings
Developer Flash Sale Cracker
Payment Type free
Supported Languages en
manifest.json
{
    "name": "Flash Sale Cracker",
    "short_name": "Flash Sale Cracker",
    "version": "1.2",
    "manifest_version": 2,
    "description": "This extension will help you to buy anything from flash sales easily",
    "homepage_url": "http:\/\/www.youtube.com\/technicalguys",
    "options_page": "src\/browser_action\/updates.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": "icons\/48.png",
        "default_title": "Flash Sale Cracker"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.in\/b\/*",
                "http:\/\/www.amazon.in\/*"
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/amazon.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/inject\/flipkart.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mi.com\/in\/*"
            ],
            "js": [
                "\/src\/inject\/mi.js"
            ]
        }
    ]
}