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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}