Flash Sale Hack

A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.

什麼是Flash Sale Hack?

Flash Sale Hack是由asg開發的Chrome擴展程式,該擴展的主要功能是“A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.”。

擴展截圖

screenshot

下載Flash Sale Hack擴展crx文件

下載Flash Sale Hack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Now don't miss any flash sale. Use quick flash sale links and participate in flashsale.                    

擴展基本資訊

名稱 Flash Sale Hack Flash Sale Hack
ID hnlkellkeghneeipjndkcdjlaemiceke
官方網址 https://chromewebstore.google.com/detail/flash-sale-hack/hnlkellkeghneeipjndkcdjlaemiceke
簡介 A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.
檔案大小 282 KB
安裝次數 294
目前版本 7.2
更新時間 2016-12-14
上架時間 2016-12-14
評分 3.93/5 共 45 次評分
開發者 asg
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flash Sale Hack",
    "version": "7.2",
    "description": "A quick and easy way to get your Redmi 3s, Moto M from Flipkart Flash sale.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Flash Sale Hack",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon-big.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/flipkart.com\/*",
                "*:\/\/www.flipkart.com\/*",
                "http:\/\/www.flipkart.com\/*",
                "https:\/\/www.flipkart.com\/*",
                "http:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "blink.css"
            ]
        }
    ]
}