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
官方網址 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"
    ]
}