Instagram Downloader

Download videos and photos from Instagram in one click!

Qu'est-ce que Instagram Downloader ?

Instagram Downloader est une extension Chrome développée par insta.downloader.s, et sa fonction principale est "Download videos and photos from Instagram in one click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram Downloader

Téléchargez les fichiers d'extension Instagram Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

Informations de Base sur l'Extension

Nom Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
URL Officiel https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
Description Download videos and photos from Instagram in one click!
Taille du Fichier 169 KB
Nombre d'Installations 6,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-07-26
Date de Publication 2021-03-14
Évaluation 2.75/5 Total 4 Évaluations
Développeur insta.downloader.s
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}