Snapdeal Flash Sale Tricks

Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension

ما هو Snapdeal Flash Sale Tricks؟

Snapdeal Flash Sale Tricks هو إضافة Chrome تم تطويرها بواسطة asg، والميزة الرئيسية لها هي "Autobuy Micromax Canvas Spark 3 Snapdeal Flash sale extension".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Snapdeal Flash Sale Tricks

قم بتنزيل ملفات الامتداد Snapdeal Flash Sale Tricks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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