High Resolution Downloader for Instagram

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

Was ist High Resolution Downloader for Instagram?

High Resolution Downloader for Instagram ist eine Chrome-Erweiterung, die von Edwin Morris entwickelt wurde, und ihr Hauptmerkmal ist "Easily download high resolution copies of any Instagram photo or video.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

High Resolution Downloader for Instagram-Erweiterungs-CRX-Datei herunterladen

Laden Sie High Resolution Downloader for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name High Resolution Downloader for Instagram High Resolution Downloader for Instagram
ID hbijmiokbffalbolieapplfhmmnioeao
Offizielle URL https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao
Beschreibung Easily download high resolution copies of any Instagram photo or video.
Dateigröße 327 KB
Installationsanzahl 44,379
Aktuelle Version 2.0.30
Letztes Update 2021-02-13
Veröffentlichungsdatum 2020-06-14
Bewertung 3.96/5 Insgesamt 139 Bewertungen
Entwickler Edwin Morris
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}