Video & Photo Downloader For IG
Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Video & Photo Downloader For IGとは何ですか?
Video & Photo Downloader For IGはigvidsdownloadによって開発されたChromeの拡張機能で、その主な機能は「Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.」です。
拡張機能のスクリーンショット
Video & Photo Downloader For IG拡張機能のCRXファイルをダウンロード
Video & Photo Downloader For IG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kggfegclemhiainkddbhhgobheohnjha |
公式URL | https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha |
説明 | Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click. |
ファイルサイズ | 175 KB |
インストール数 | 36,063 |
現在のバージョン | 0.0.6 |
最終更新日 | 2022-06-16 |
公開日 | 2021-05-09 |
評価 | 3.04/5 合計 108 レビュー |
開発者 | igvidsdownload |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "manifest_version": 3, "name": "Video & Photo Downloader For IG", "description": "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.", "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "164": "icons\/icon164.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "downloads" ], "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/ecsmartfinder.com?n=430&q={searchTerms}", "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |