Flash Sale Cracker

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

什么是Flash Sale Cracker?

Flash Sale Cracker是由Flash Sale Cracker开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to buy anything from flash sales easily”。

扩展截图

screenshot

下载Flash Sale Cracker扩展crx文件

下载Flash Sale Cracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Flash Sale Cracker Flash Sale Cracker
ID gopghmnbegpebfhbnhnklkemdnciipli
官方URL https://chromewebstore.google.com/detail/flash-sale-cracker/gopghmnbegpebfhbnhnklkemdnciipli
简介 This extension will help you to buy anything from flash sales easily
文件大小 129 KB
安装次数 278
当前版本 1.2
更新时间 2016-04-27
上架时间 2016-04-26
评分 4.33/5 共6次评分
开发者 Flash Sale Cracker
付费类型 free
支持的语言 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"
            ]
        }
    ]
}