Instagram Downloader

Download images and videos from Instagram

Instagram Downloaderとは何ですか?

Instagram DownloaderはPhotograpHBによって開発されたChromeの拡張機能で、その主な機能は「Download images and videos from Instagram」です。

拡張機能のスクリーンショット

screenshot

Instagram Downloader拡張機能のCRXファイルをダウンロード

Instagram Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Usage: download images and videos using url copied from Instagram posts                    

拡張機能の基本情報

名前 Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
公式URL https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
説明 Download images and videos from Instagram
ファイルサイズ 277 KB
インストール数 460
現在のバージョン 0.1.0
最終更新日 2022-02-14
公開日 2022-02-14
開発者 PhotograpHB
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/HaibiPeng/instagram-save-ext
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Downloader",
    "description": "Download images and videos from Instagram",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}