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
Eメール [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"
    ]
}