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 |
电子邮箱 | [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 } } } |