Flash Sale Cracker

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

Cos'è Flash Sale Cracker?

Flash Sale Cracker è un'estensione di Chrome sviluppata da Flash Sale Cracker, e la sua funzione principale è "This extension will help you to buy anything from flash sales easily".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flash Sale Cracker

Scarica i file di estensione Flash Sale Cracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flash Sale Cracker Flash Sale Cracker
ID gopghmnbegpebfhbnhnklkemdnciipli
URL Ufficiale https://chromewebstore.google.com/detail/flash-sale-cracker/gopghmnbegpebfhbnhnklkemdnciipli
Descrizione This extension will help you to buy anything from flash sales easily
Dimensione del File 129 KB
Conteggio Installazioni 278
Versione Corrente 1.2
Ultimo Aggiornamento 2016-04-27
Data di Pubblicazione 2016-04-26
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Flash Sale Cracker
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}