Savogram

This extension allows you to download photos and video from Instagram to your computer.

ما هو Savogram؟

Savogram هو إضافة Chrome تم تطويرها بواسطة Timotty، والميزة الرئيسية لها هي "This extension allows you to download photos and video from Instagram to your computer.".

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

screenshot

تحميل ملف CRX للإضافة Savogram

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

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

                        Download Instagram Photos and Videos Easily

How to use:

- Open the photo/video page in a new tab, ex: https://www.instagram.com/p/BCR9Tmfmpl_/

- Click on the download button                    

معلومات أساسية عن التمديد

الاسم Savogram Savogram
ID afognmahpmlghgfmeldmmmekdbpaocei
عنوان URL الرسمي https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei
الوصف This extension allows you to download photos and video from Instagram to your computer.
حجم الملف 55.14 KB
عدد التثبيتات 928
النسخة الحالية 1.3
آخر تحديث 2016-07-28
تاريخ النشر 2016-07-28
تقييم 2.60/5 مجموع تقييمات 10
المطور Timotty
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Savogram",
    "short_name": "Savogram",
    "description": "This extension allows you to download photos and video from Instagram to your computer.",
    "version": "1.3",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/p\/*",
        "*:\/\/*.amazon.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/p\/*"
            ],
            "js": [
                "jquery.min.js",
                "app.js"
            ],
            "css": [
                "app.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "amazon.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}