Media Downloader for Instagram

Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.

Τι είναι το Media Downloader for Instagram;

Το Media Downloader for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον J Gill, και η κύρια λειτουργία του είναι "Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Media Downloader for Instagram

Λήψη αρχείων επέκτασης Media Downloader for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows you to easily download content from Instagram, including:
- Photos
- Videos
- Stories
- Reels
- IGTV Videos
- Story Highlights
- Profile Images

PLEASE NOTE: If the extension stops working all of a sudden, it's most likely due to an Instagram update. I will update the extension to fix problems as they arise.

The extension saves you time by removing the need to visit other websites or use complicated developer tools to download media. Instead, you can use the "Download" buttons that are seamlessly integrated into Instagram's UI. One click and the photo or video will be downloaded! This is perfect if, for example, you want to save something and refer back to it later on.

Save content from Instagram effortlessly, in seconds & for free.

This extension has been thoroughly tested on instagram.com. I will promptly fix any issues that may arise in future, and I'll also carefully consider user feedback and suggestions. 

Note: This extension is not intended to be used for bulk downloading. Doing so may result in your Instagram account being automatically blocked.

Disclaimer: This is an unofficial Chrome extension, and is not endorsed or approved by Instagram.

CHANGELOG:

Ver 0.0.0.6 June 4th 2022: Updated once again to work with another Instagram update.

Ver. 0.0.0.5 June 2nd 2022: Updated to work with latest Instagram update. Also fixed minor bug caused by URL parameters.

Ver. 0.0.0.4 March 12th 2022: Fixed missing download button due to internal Instagram UI change. Also stopped the button pulling Instagram's standard save post button to the right.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Media Downloader for Instagram Media Downloader for Instagram
ID elncnfbdbdlnhedlakdneebcopameamp
Επίσημο URL https://chrome.google.com/webstore/detail/media-downloader-for-inst/elncnfbdbdlnhedlakdneebcopameamp
Περιγραφή Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.
Μέγεθος Αρχείου 23.66 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.0.0.6
Τελευταία Ενημέρωση 2022-06-06
Ημερομηνία Δημοσίευσης 2021-07-25
Αξιολόγηση 3.17/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής J Gill
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Downloader for Instagram",
    "description": "Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "instadownloader.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/igram.io\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}