Unsaver for Instagram
Manage your Instagram collections with ease
What is Unsaver for Instagram?
Unsaver for Instagram is a Chrome extension developed by Moritz Sturm, and its main feature is "Manage your Instagram collections with ease".
Extension Screenshots
Download Unsaver for Instagram Extension CRX File
Download Unsaver for Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Extension Basic Information
Name | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
Official URL | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Description | Manage your Instagram collections with ease |
File Size | 61.43 KB |
Installation Count | 23,576 |
Current Version | 5.2 |
Last Updated | 2022-12-21 |
Publish Date | 2020-06-26 |
Rating | 3.67/5 Total 304 Ratings |
Developer | Moritz Sturm |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |