High Resolution Downloader for Instagram

Easily download high resolution copies of any Instagram photo or video.

ما هو High Resolution Downloader for Instagram؟

High Resolution Downloader for Instagram هو إضافة Chrome تم تطويرها بواسطة Edwin Morris، والميزة الرئيسية لها هي "Easily download high resolution copies of any Instagram photo or video.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة High Resolution Downloader for Instagram

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

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

                        Just click the image or video you want to download, and its url will be copied to your clipboard. You can download or open it too. Works for stories, profiles, slideshows, IGTV, DMs, and the feed.

This extension will always give you the highest resolution version of an image or video — this is often larger than what Instagram displays.

This is an open-source project on GitHub:
https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram                    

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

الاسم High Resolution Downloader for Instagram High Resolution Downloader for Instagram
ID hbijmiokbffalbolieapplfhmmnioeao
عنوان URL الرسمي https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao
الوصف Easily download high resolution copies of any Instagram photo or video.
حجم الملف 327 KB
عدد التثبيتات 44,379
النسخة الحالية 2.0.30
آخر تحديث 2021-02-13
تاريخ النشر 2020-06-14
تقييم 3.96/5 مجموع تقييمات 139
المطور Edwin Morris
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "version": "2.0.30",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}