High Resolution Downloader for Instagram

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

Hvad er High Resolution Downloader for Instagram?

High Resolution Downloader for Instagram er en Chrome-udvidelse udviklet af Edwin Morris, og dens hovedfunktion er "Easily download high resolution copies of any Instagram photo or video.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download High Resolution Downloader for Instagram-udvidelses-CRX-fil

Download High Resolution Downloader for Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn High Resolution Downloader for Instagram High Resolution Downloader for Instagram
ID hbijmiokbffalbolieapplfhmmnioeao
Officiel URL https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao
Beskrivelse Easily download high resolution copies of any Instagram photo or video.
Filstørrelse 327 KB
Antal Installationer 44,379
Nuværende Version 2.0.30
Senest Opdateret 2021-02-13
Udgivelsesdato 2020-06-14
Bedømmelse 3.96/5 Samlet 139 Bedømmelser
Udvikler Edwin Morris
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}