Instagram Downloader

Download media from Instagram

Qu'est-ce que Instagram Downloader ?

Instagram Downloader est une extension Chrome développée par samagragupta, et sa fonction principale est "Download media from Instagram".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
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

                        Download any image or Video from Instagram. Just one click to go ahead !!!                    

Informations de Base sur l'Extension

Nom Instagram Downloader Instagram Downloader
ID ciodnolkjfhjhpcdaehfoilnbinkhbca
URL Officiel https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca
Description Download media from Instagram
Taille du Fichier 31.01 KB
Nombre d'Installations 9,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-10-06
Date de Publication 2020-10-06
Évaluation 2.60/5 Total 5 Évaluations
Développeur samagragupta
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Instagram Downloader",
    "description": "Download media from Instagram",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/insta.jpg",
            "38": "icons\/insta.jpg"
        }
    },
    "icons": {
        "16": "icons\/insta.jpg",
        "48": "icons\/insta.jpg",
        "128": "icons\/insta.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}