Image Downloader for IW

Easily download and save desired images for instagram web with just one click.

什麼是Image Downloader for IW?

Image Downloader for IW是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Easily download and save desired images for instagram web with just one click.”。

擴展截圖

screenshot

下載Image Downloader for IW擴展crx文件

下載Image Downloader for IW擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Image Downloader for IW is a lite addon that lets you easily download desired images from the Instagram website.

Simply add the add-on to your browser and open the Instagram page. Once the add-on is active (the toolbar icon is dark grey) you will see a download icon next to any image (on the top left corner side). Please click on the icon to download the image to your machine. Please note that the download location is the default location for download in your browser. This add-on tries to capture and download the highest-resolution image to your machine.

To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/image-downloader-for-instagram.html).                    

擴展基本資訊

名稱 Image Downloader for IW Image Downloader for IW
ID bcieicfnbnmlffkgbiemoofinidpgloa
官方網址 https://chromewebstore.google.com/detail/image-downloader-for-iw/bcieicfnbnmlffkgbiemoofinidpgloa
簡介 Easily download and save desired images for instagram web with just one click.
檔案大小 35.26 KB
安裝次數 78,040
目前版本 0.1.7
更新時間 2023-08-14
上架時間 2020-05-16
評分 3.78/5 共 69 次評分
開發者 Muyor
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/image-downloader-for-instagram.html
說明頁面URL https://mybrowseraddon.com/image-downloader-for-instagram.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Image Downloader for IW",
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/image-downloader-for-instagram.html",
    "description": "Easily download and save desired images for instagram web with just one click.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "data\/content_script\/icons\/download.png"
            ]
        }
    ],
    "action": {
        "default_title": "Image Downloader for IW",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}