Instagram Downloader
Download images and videos from Instagram
什么是Instagram Downloader?
Instagram Downloader是由PhotograpHB开发的Chrome扩展程序,该扩展的主要功能是“Download images and videos from Instagram”。
扩展截图
下载Instagram Downloader扩展crx文件
下载Instagram Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Usage: download images and videos using url copied from Instagram posts
扩展基本信息
名称 | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
官方URL | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
简介 | Download images and videos from Instagram |
文件大小 | 277 KB |
安装次数 | 460 |
当前版本 | 0.1.0 |
更新时间 | 2022-02-14 |
上架时间 | 2022-02-14 |
开发者 | PhotograpHB |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/HaibiPeng/instagram-save-ext |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |