IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

什麼是IGsave - Downloader for Instagram™ video?

IGsave - Downloader for Instagram™ video是由margaretafossb70開發的Chrome擴展程式,該擴展的主要功能是“Simplest way to download instagram video & photo anonymously.”。

擴展截圖

screenshot
screenshot

下載IGsave - Downloader for Instagram™ video擴展crx文件

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

擴展使用說明

                        IGsave helps you to download stories (and highlights), Videos, Reels, Photos and IGTVs! You can use bulk downloader for stories and posts that have more than one item. Also, you can repost feed instagram。
The main features: 
-Download instagram video & photo anonymously.
-repost feed instagram from a user or feed
- Bulk download photos and videos                    

擴展基本資訊

名稱 IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
官方網址 https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
簡介 Simplest way to download instagram video & photo anonymously.
檔案大小 869 KB
安裝次數 304
目前版本 1.0.0
更新時間 2022-08-23
上架時間 2022-08-23
評分 3.00/5 共 2 次評分
開發者 margaretafossb70
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://twiclips.top/privacy
支援的語言 de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "declarativeNetRequest",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}