Instagram Downloader

Download videos and photos from Instagram in one click!

什麼是Instagram Downloader?

Instagram Downloader是由insta.downloader.s開發的Chrome擴展程式,該擴展的主要功能是“Download videos and photos from Instagram in one click!”。

擴展截圖

screenshot

下載Instagram Downloader擴展crx文件

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

擴展使用說明

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

擴展基本資訊

名稱 Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
官方網址 https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
簡介 Download videos and photos from Instagram in one click!
檔案大小 169 KB
安裝次數 6,000
目前版本 1.0.2
更新時間 2021-07-26
上架時間 2021-03-14
評分 2.75/5 共 4 次評分
開發者 insta.downloader.s
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}