Instagram Downloader
Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
Instagram Downloaderとは何ですか?
Instagram DownloaderはZahra Jalilibalehによって開発されたChromeの拡張機能で、その主な機能は「Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.」です。
拡張機能のスクリーンショット
Instagram Downloader拡張機能のCRXファイルをダウンロード
Instagram Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download Instagram Posts, Stories and IGTVs.
拡張機能の基本情報
名前 | |
ID | lammhgappkpelpobpoihfbpeelojmgfo |
公式URL | https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo |
説明 | Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV. |
ファイルサイズ | 195 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-02-22 |
公開日 | 2021-02-22 |
開発者 | Zahra Jalilibaleh |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://instractor.com/ |
ヘルプページのURL | https://instractor.com/instagram-downloader |
対応言語 | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js", "js\/mebackground.js" ] }, "content_scripts": [ { "css": [ "css\/extension.css" ], "js": [ "js\/extension.js", "js\/me.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", "icons": { "512": "icons\/instagram.png" }, "manifest_version": 2, "name": "Instagram Downloader", "options_ui": { "page": "options.html" }, "permissions": [ "downloads", "activeTab", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "icons\/download_black.png", "icons\/download_white.png", "icons\/instagram.png" ] } |