Instagram Image Downloader

Download Instagram post page image

Instagram Image Downloaderとは何ですか?

Instagram Image Downloaderはhttps://11-30am.comによって開発されたChromeの拡張機能で、その主な機能は「Download Instagram post page image」です。

拡張機能のスクリーンショット

screenshot

Instagram Image Downloader拡張機能のCRXファイルをダウンロード

Instagram Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Instagram Image Downloader Instagram Image Downloader
ID hkgigokdbpiojhgpmjklcjkiddklcgag
公式URL https://chrome.google.com/webstore/detail/instagram-image-downloade/hkgigokdbpiojhgpmjklcjkiddklcgag
説明 Download Instagram post page image
ファイルサイズ 355 KB
インストール数 600
現在のバージョン 0.2
最終更新日 2020-02-17
公開日 2020-02-17
評価 1.00/5 合計 2 レビュー
開発者 https://11-30am.com
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}