IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

ما هو IGsave - Downloader for Instagram™ video؟

IGsave - Downloader for Instagram™ video هو إضافة Chrome تم تطويرها بواسطة margaretafossb70، والميزة الرئيسية لها هي "Simplest way to download instagram video & photo anonymously.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IGsave - Downloader for Instagram™ video

قم بتنزيل ملفات الامتداد IGsave - Downloader for Instagram™ video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        IGsave helps you to download stories (and highlights), Videos, Reels, Photos and IGTVs! You can use bulk downloader for stories and posts that have more than one item. Also, you can repost feed instagram。
The main features: 
-Download instagram video & photo anonymously.
-repost feed instagram from a user or feed
- Bulk download photos and videos                    

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

الاسم IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
الوصف Simplest way to download instagram video & photo anonymously.
حجم الملف 869 KB
عدد التثبيتات 304
النسخة الحالية 1.0.0
آخر تحديث 2022-08-23
تاريخ النشر 2022-08-23
تقييم 3.00/5 مجموع تقييمات 2
المطور margaretafossb70
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://twiclips.top/privacy
اللغات المدعومة de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "declarativeNetRequest",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}