Instagram Image Downloader

Download Instagram post page image

Qu'est-ce que Instagram Image Downloader ?

Instagram Image Downloader est une extension Chrome développée par https://11-30am.com, et sa fonction principale est "Download Instagram post page image".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Instagram Image 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

                        Instagramの投稿ページでこの拡張機能のアイコンをクリックすると、Instagramの画像をワンクリックでダウンロードできます。
Instagramの画像を大量に取得したい場合など、サクサクダウンロードできて便利です。

アイコンはこちらからお借りしました。
https://icons8.com/                    

Informations de Base sur l'Extension

Nom Instagram Image Downloader Instagram Image Downloader
ID hkgigokdbpiojhgpmjklcjkiddklcgag
URL Officiel https://chrome.google.com/webstore/detail/instagram-image-downloade/hkgigokdbpiojhgpmjklcjkiddklcgag
Description Download Instagram post page image
Taille du Fichier 355 KB
Nombre d'Installations 600
Version Actuelle 0.2
Dernière Mise à Jour 2020-02-17
Date de Publication 2020-02-17
Évaluation 1.00/5 Total 2 Évaluations
Développeur https://11-30am.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Image Downloader",
    "version": "0.2",
    "description": "Download Instagram post page image",
    "browser_action": {
        "default_title": "download instagram image",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/contents.js"
            ]
        }
    ]
}