IG Downloader

Download photos, videos and Reels from Instagram.

Τι είναι το IG Downloader;

Το IG Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ig-downloader.com, και η κύρια λειτουργία του είναι "Download photos, videos and Reels from Instagram.".

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

screenshot
screenshot

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

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

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

                        IG Downloader adds a button to every Instagram post, Reel, and Story so you can quickly and easily download anything while browsing Instagram. The “Download All” button added to Instagram accounts lets you bulk download all their posts in one click.

NOTE: Please reload your Instagram tabs after installing or updating to load the extension.

While browsing Instagram, just hover over a post preview and click the download button to save it. If there are multiple images/videos in the post, they’ll all be saved.

If you’re looking at a post or Reel, check next to the bookmark and share icons for the download button, or try the hotkey Ctrl + Shift + D or Cmd + Shift + D.

A story can be saved with the download button in the top right corner.

When downloading an entire Instagram account, you’ll be prompted to choose a folder. A new folder will be created inside that folder with the name of the account being downloaded. Images and videos will appear in that folder as soon as they get downloaded. For future account downloads, files with the same name in that folder will be skipped.

As of Feb 20, 2024, version 4.12.8 of IG Downloader is up and running. Feel free to reach out to [email protected] if you have questions.

Version 4.12.8 changes:
-Fixed download icon not appearing on some Stories (again)

Version 4.12.7 changes:
-Fixed download icon not appearing on Stories

Version 4.12.6 changes:
-Remove downloads permission

Version 4.12.5 changes:
-Account download folder is now saved.
-Added option to change your account download folder
-Fixed "Could not find post" for some users.

Version 4.12.4 changes:
-Added options page.
-Posts with multiple images/videos now show a download icon by default. Please use the options page if you would like to change this behavior.
-Fixed download icon sometimes appearing in places it shouldn't.
-Fixed "Could not find post" for some users.

Version 4.12.2 changes:
-Fixed download icon sometimes not appearing on Stories.

Version 4.12.1 changes:
-Fixed download icon over carousel media for some users
-Fixed “Could not find post” for most users

Version 4.11.2 changes:
-Download icon on posts with multiple images/videos now downloads everything
-Added a download icon when hovering the image/video of a carousel for only that item
-Fixed “Could not find account” for some users

Version 4.11.1 changes:
-Fixed download icon for some users with dark mode off
-Fixed “Could not find post” for some users

Version 4.11.0 changes:
-New bulk account download now saves files as they're downloaded instead of all at the end
-Fixes bulk account downloads sometimes failing to start
-Fixes bulk account downloads sometimes failing to complete

Version 4.10.5 changes:
-Fixes Reels downloads sometimes downloading a profile picture
-Fixes for smaller screen sizes

Version 4.10.4 changes:
-Fixes "Cannot find post" for some users
-Fixes for some Stories

Version 4.10.0 changes:
-Adds hover downloader
-Fixes for feed downloads

Version 4.9.0 changes:
-Migrated to MV3
-Fixed Feed post downloads
-Updated progress bar for bulk downloads
-Added progress bar for reel/video post downloads                    

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

Όνομα IG Downloader IG Downloader
ID cpgaheeihidjmolbakklolchdplenjai
Επίσημο URL https://chromewebstore.google.com/detail/ig-downloader/cpgaheeihidjmolbakklolchdplenjai
Περιγραφή Download photos, videos and Reels from Instagram.
Μέγεθος Αρχείου 1.63 MB
Αριθμός Εγκαταστάσεων 405,581
Τρέχουσα Έκδοση 4.12.8
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2020-06-15
Αξιολόγηση 3.39/5 Συνολικά 861 Αξιολογήσεις
Προγραμματιστής https://ig-downloader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ig-downloader.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://ig-downloader.com/FAQ
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IG Downloader",
    "description": "Download photos, videos and Reels from Instagram.",
    "version": "4.12.8",
    "icons": {
        "512": "icons\/igdl2.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/download_all_black.svg",
                "icons\/download_all_white.svg",
                "icons\/download_black.svg",
                "icons\/download_white.svg",
                "icons\/close_black_24dp.svg",
                "icons\/igdl2.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/options.js",
                "css\/options.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.cdninstagram.net\/*",
        "*:\/\/*.fbcdn.net\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/extension.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/options_listener_inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}