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是由Edwin Morris开发的Chrome扩展程序,该扩展的主要功能是“Easily download high resolution copies of any Instagram photo or video.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载High Resolution Downloader for Instagram扩展crx文件

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