Unsaver for Instagram
Manage your Instagram collections with ease
什么是Unsaver for Instagram?
Unsaver for Instagram是由Moritz Sturm开发的Chrome扩展程序,该扩展的主要功能是“Manage your Instagram collections with ease”。
扩展截图
下载Unsaver for Instagram扩展crx文件
下载Unsaver for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
扩展基本信息
名称 | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
官方URL | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
简介 | Manage your Instagram collections with ease |
文件大小 | 61.43 KB |
安装次数 | 23,576 |
当前版本 | 5.2 |
更新时间 | 2022-12-21 |
上架时间 | 2020-06-26 |
评分 | 3.67/5 共304次评分 |
开发者 | Moritz Sturm |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unsaver for Instagram", "description": "Manage your Instagram collections with ease", "version": "5.2", "options_ui": { "page": "options.html" }, "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "permissions": [ "downloads", "downloads.shelf", "cookies", "storage" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*" ] } |