Exta: Pro downloader for Instagram

Mass and single download of Instagram Story, Photo, Video and Reels.

Τι είναι το Exta: Pro downloader for Instagram;

Το Exta: Pro downloader for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον teisenh, και η κύρια λειτουργία του είναι "Mass and single download of Instagram Story, Photo, Video and Reels.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Exta: Pro downloader for Instagram

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

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

                        Exta: Pro downloader for Instagram is the easiest Browser Extension to help you downloading images and videos from Instagram easily and quickly.

►Download Instagram's image on current page
It automatically detects if you are viewing an Instagram's photo and creates a multi-formats (JPG, PNG, GIF for images) link to the file so you can click to download it easily. In popup window you'll see a miniature photo you're about to download. Click "Download" button to save photo in your device.

►Download Instagram's Video on current page
It automatically detects if you are viewing an Instagram's video and creates a multi-formats (MP4, AVI, 3GP, FLV, MOV, MPEG) link to the file so you can click to download it easily. In popup window you will see a miniature Video, Video you're about to download. Click "Download" button to save Video on your device.

► Supported mass download of selected post or series of stories of a selected user in one click! Which means you can download viewed images, videos or stories from current user or multiple post as zip-file!

► For mass downloading simply click on the Exta Downloader button in the Instagram navigation menu

- The icon with single arrow downloads only one Photo or Video (the one you are viewing at the moment)
- The icon with double arrow downloads the entire multiple post or all Stories of a selected user

Important Note: Our extension does NOT belong or related to official Instagram or Instagram Inc. in any ways. 
It is an unofficial extension that is developed and maintained independently. The official Instagram software is only released for smart phones and the web. This unofficial app (browser extension) is a wrapper to the original Instagram web application and tries to make it usable as a browser plug-in.                    

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

Όνομα Exta: Pro downloader for Instagram Exta: Pro downloader for Instagram
ID ppcmpaldbkcoeiepfbkdahoaepnoacgd
Επίσημο URL https://chromewebstore.google.com/detail/exta-pro-downloader-for-i/ppcmpaldbkcoeiepfbkdahoaepnoacgd
Περιγραφή Mass and single download of Instagram Story, Photo, Video and Reels.
Μέγεθος Αρχείου 469 KB
Αριθμός Εγκαταστάσεων 1,312
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2023-05-24
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής teisenh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/exta-pro
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-PT,sv,cs,el,ru,uk,iw,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1.5",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "storage",
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "58": "\/icons\/icon_58.png",
        "256": "\/icons\/icon_256.png"
    },
    "action": {
        "default_icon": "\/icons\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/menu.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/font\/*",
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}