Downloader for Instagram
Download videos and photos
什么是Downloader for Instagram?
Downloader for Instagram是由Extensions for Everyone开发的Chrome扩展程序,该扩展的主要功能是“Download videos and photos”。
扩展截图
下载Downloader for Instagram扩展crx文件
下载Downloader for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | mmijlnnegpiichpkjeppneiaplkgfngm |
官方URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/mmijlnnegpiichpkjeppneiaplkgfngm |
简介 | Download videos and photos |
文件大小 | 149 KB |
安装次数 | 3,867 |
当前版本 | 1.1 |
更新时间 | 2021-02-15 |
上架时间 | 2020-10-01 |
评分 | 2.43/5 共7次评分 |
开发者 | Extensions for Everyone |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.instadownloader.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloader for Instagram", "version": "1.1", "description": "Download videos and photos", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |