Image and Video Downloader
Save images and videos from Instagram.
什么是Image and Video Downloader?
Image and Video Downloader是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Save images and videos from Instagram.”。
扩展截图
下载Image and Video Downloader扩展crx文件
下载Image and Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
扩展基本信息
名称 | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
官方URL | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
简介 | Save images and videos from Instagram. |
文件大小 | 160 KB |
安装次数 | 39,218 |
当前版本 | 0.3.0 |
更新时间 | 2020-06-01 |
上架时间 | 2020-05-31 |
评分 | 3.90/5 共311次评分 |
开发者 | BrowserNative |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/instagram-downloader/ |
帮助页面URL | https://browsernative.com/instagram-downloader/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |