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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}