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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}