IDL Helper (IG Downloader)

Download music and videos from Instagram in MP3, MP4, WEBM. Ability to download an image from the gallery.

Τι είναι το IDL Helper (IG Downloader);

Το IDL Helper (IG Downloader) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lionel Vincent, και η κύρια λειτουργία του είναι "Download music and videos from Instagram in MP3, MP4, WEBM. Ability to download an image from the gallery.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Powerful Instagram Downloader. In most cases, you can download MP3 or MP4 file with one click, otherwise, please, follow the link to Instaloader website and use IDL Client software (Windows only). 

You are able to extract music from Instagram to MP3, thus IDL Helper is a powerful online video to MP3 converter. 

The extension adds a button to save photos from the Instagram gallery, including those in the carousel.

You can also easily download videos from the feed. To do this, click on "View all comments" under the post or on the three dot button at the top of the post and select "Go to post" from the drop-down menu. Then use the download button by IDL Helper.

Full support for downloading embedded videos from Instagram

The features of our downloader extension are listed below. See more details on IDL Helper’s page.

Download video:
— in MP4 format with sound (*);
— with frame rates up to 30 fps;
— in the highest possible resolutions.

Download audio (from video):
— in MP4 and MP3 (**) formats;
— at the highest possible bitrate.

Important: the list of available download options depends on characteristics of the original file! E.g. initially posted 360p @24 fps video without sound cannot be downloaded in HD @30 fps with sound.

Other features of the browser extension:
— downloaded files have readable (human-friendly) names;
— you can choose the button style: modern interface (appears on mouse over) and classic interface (appears on click);
— "embedded" videos loading support, i.e. Instagram videos hosted on third-party sites;
— button for downloading images in maximum quality, i.e. the ability to save photos from the Instagram gallery;
— ability to download Reels, IGTV or regular videos;
— thoughtful help section with answers to frequently asked questions;
— several really useful settings :)

(*) In some cases, Instagram stores audio and video streams separately, therefore, to download video with sound they must be “glued” (muxing):
— for small streams (up to 2 GB in total) the extension itself merges audio and video files, i.e. “on-the-fly” right in the browser;
— for larger streams it is proposed to use IDL Client utility to avoid “freezing” of the browser tab.

(**) Instagram doesn't support MP3 format. So, to grab MP3 sound from videos, the extension uses built-in audio converter for files up to 2 GB or suggests using IDL Client software otherwize.                    

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

Όνομα IDL Helper (IG Downloader) IDL Helper (IG Downloader)
ID pfbjijkemboimlmngimalfbnianfcfdd
Επίσημο URL https://chromewebstore.google.com/detail/idl-helper-ig-downloader/pfbjijkemboimlmngimalfbnianfcfdd
Περιγραφή Download music and videos from Instagram in MP3, MP4, WEBM. Ability to download an image from the gallery.
Μέγεθος Αρχείου 8.96 MB
Αριθμός Εγκαταστάσεων 1,202
Τρέχουσα Έκδοση 0.7.64.16
Τελευταία Ενημέρωση 2024-02-21
Ημερομηνία Δημοσίευσης 2022-06-30
Αξιολόγηση 4.40/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Lionel Vincent
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://instaloader.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://instaloader.net/idl-helper
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,bg,ru,uk,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_Abbr__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.7.64.16",
    "default_locale": "en",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "background": {
        "service_worker": "background_script.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/inject-scripts\/*",
                "\/ffmpeg-core.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}