Instagram Downloader
Download videos and photos from Instagram in one click!
什么是Instagram Downloader?
Instagram Downloader是由insta.downloader.s开发的Chrome扩展程序,该扩展的主要功能是“Download videos and photos from Instagram in one click!”。
扩展截图
下载Instagram Downloader扩展crx文件
下载Instagram Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Instagram Downloader, you can download videos and images from instagram. Features: - Convenient popup for working with the extension - Ability to download all images found on the page in one click - Download buttons right on the page
扩展基本信息
名称 | |
ID | haljnogpnkegcihcdgcoifpohnffefja |
官方URL | https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja |
简介 | Download videos and photos from Instagram in one click! |
文件大小 | 169 KB |
安装次数 | 6,000 |
当前版本 | 1.0.2 |
更新时间 | 2021-07-26 |
上架时间 | 2021-03-14 |
评分 | 2.75/5 共4次评分 |
开发者 | insta.downloader.s |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Insta Downloader", "version": "1.0.2", "minimum_chrome_version": "49", "default_locale": "en", "icons": { "16": "img\/icons\/icon_16.png", "48": "img\/icons\/icon_48.png", "128": "img\/icons\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icons\/icon_19.png", "38": "img\/icons\/icon_38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "downloads", "storage", " |