Download Instagram videos

Download Instagram Videos, Reels Videos, Photos, Stories and IGTV Videos from your Instagram account or any public one.

Τι είναι το Download Instagram videos;

Το Download Instagram videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pbion.com, και η κύρια λειτουργία του είναι "Download Instagram Videos, Reels Videos, Photos, Stories and IGTV Videos from your Instagram account or any public one.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Download Instagram videos

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

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

                        🚀 HOW DOES THIS TOOL WORK?

After you open this tool, a piece of code will be executed in the current tab. This code is responsible for analyzing the json code and find the id of the post currently showing on the screen. Posts that do not appear in the screen frame are ignored.

After finding the post id, the tool continues to send a request to Instagram to get the json data. The download button will then show up below each post and inside the tools window.

You can view and enlarge avatars with the highest quality. Easily copy post ID and hashtag in posts.

Note: This tool only supports downloading files hosted by Instagram. This extension does not grant access to every website, so users cannot download videos from posts embedded on other websites.


🚀 WHAT CAN THIS TOOL DO?

☀ Download videos, audio, images, thumbnails from Instagram carousel and highlights stories, IGTV.
☀ Automatically download and save the file according to the title of the video and the selected quality.
☀ Multi language.
☀ Suggest queries.
☀ Generate random keywords.                    

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

Όνομα Download Instagram videos Download Instagram videos
ID bjpgfccobjfpicoddafljhplofcmgfjh
Επίσημο URL https://chrome.google.com/webstore/detail/download-instagram-videos/bjpgfccobjfpicoddafljhplofcmgfjh
Περιγραφή Download Instagram Videos, Reels Videos, Photos, Stories and IGTV Videos from your Instagram account or any public one.
Μέγεθος Αρχείου 487 KB
Αριθμός Εγκαταστάσεων 18,730
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-11-14
Ημερομηνία Δημοσίευσης 2020-09-28
Αξιολόγηση 3.00/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής https://pbion.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pbion.com/en/instagram-downloader.html
Διεύθυνση URL της Σελίδας Βοήθειας https://pbion.com/en/instagram-downloader.html#faq
URL της Σελίδας Πολιτικής Απορρήτου https://pbion.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "Download Instagram Videos",
    "version": "1.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo64.png",
        "48": "img\/logo48.png",
        "16": "img\/logo16.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "analytics.js",
            "function.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pbion.com\/*"
            ],
            "js": [
                "pbion.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "css": [
                "player.css"
            ],
            "js": [
                "parse.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/logo128.png",
            "64": "img\/logo64.png",
            "48": "img\/logo48.png",
            "16": "img\/logo16.png"
        },
        "default_title": "Instagram Downloader",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/*.pbion.com\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*.svg",
        "parse.js",
        "player.css"
    ]
}