Unsaver for Instagram
Manage your Instagram collections with ease
Was ist Unsaver for Instagram?
Unsaver for Instagram ist eine Chrome-Erweiterung, die von Moritz Sturm entwickelt wurde, und ihr Hauptmerkmal ist "Manage your Instagram collections with ease".
Erweiterungsscreenshots
Unsaver for Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unsaver for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
Offizielle URL | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Beschreibung | Manage your Instagram collections with ease |
Dateigröße | 61.43 KB |
Installationsanzahl | 23,576 |
Aktuelle Version | 5.2 |
Letztes Update | 2022-12-21 |
Veröffentlichungsdatum | 2020-06-26 |
Bewertung | 3.67/5 Insgesamt 304 Bewertungen |
Entwickler | Moritz Sturm |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |