Snapdeal Flash Sale Tricks

Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension

Snapdeal Flash Sale Tricksとは何ですか?

Snapdeal Flash Sale Tricksはasgによって開発されたChromeの拡張機能で、その主な機能は「Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Snapdeal Flash Sale Tricks拡張機能のCRXファイルをダウンロード

Snapdeal Flash Sale Tricks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps you to get phone buying process on Snapdeal flash sale ( Micromax Canvas Spark 3 ).
Follow below step 


Steps:

1. Open http://www.snapdeal.com and login to your snapdeal account.
2. Click Icon of Snapdeal Flash Sale Tricks extension.
3. Click Tricked enabled link given on step one.
4. Click Start button when only 2 min count down remains.

It will add phone to your cart automatically. 
It most useful trick extension for Snapdeal Flash Sale.                    

拡張機能の基本情報

名前 Snapdeal Flash Sale Tricks Snapdeal Flash Sale Tricks
ID dncmhioeabgmdflbpmghmedoaofafkko
公式URL https://chromewebstore.google.com/detail/snapdeal-flash-sale-trick/dncmhioeabgmdflbpmghmedoaofafkko
説明 Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension
ファイルサイズ 210 KB
インストール数 68
現在のバージョン 3.1
最終更新日 2016-04-02
公開日 2016-04-02
評価 5.00/5 合計 1 レビュー
開発者 asg
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapdeal Flash Sale Tricks",
    "version": "3.1",
    "description": "Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Snapdeal Flash Sale Tricks",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon-big.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/snapdeal.com\/*",
                "*:\/\/www.snapdeal.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "blink.css"
            ]
        }
    ]
}