Flash Sale Cracker

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

Wat is Flash Sale Cracker?

Flash Sale Cracker is een Chrome-extensie ontwikkeld door Flash Sale Cracker, en de belangrijkste functie is "This extension will help you to buy anything from flash sales easily".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flash Sale Cracker

Download Flash Sale Cracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flash Sale Cracker Flash Sale Cracker
ID gopghmnbegpebfhbnhnklkemdnciipli
Officiële URL https://chromewebstore.google.com/detail/flash-sale-cracker/gopghmnbegpebfhbnhnklkemdnciipli
Beschrijving This extension will help you to buy anything from flash sales easily
Bestandsgrootte 129 KB
Aantal Installaties 278
Huidige Versie 1.2
Laatst Bijgewerkt 2016-04-27
Publicatiedatum 2016-04-26
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Flash Sale Cracker
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}