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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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