Unsaver for Instagram
Manage your Instagram collections with ease
Wat is Unsaver for Instagram?
Unsaver for Instagram is een Chrome-extensie ontwikkeld door Moritz Sturm, en de belangrijkste functie is "Manage your Instagram collections with ease".
Extensie Screenshots
Download het CRX-bestand van de extensie Unsaver for Instagram
Download Unsaver for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Basisinformatie over de Extensie
Naam | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
Officiële URL | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Beschrijving | Manage your Instagram collections with ease |
Bestandsgrootte | 61.43 KB |
Aantal Installaties | 23,576 |
Huidige Versie | 5.2 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2020-06-26 |
Beoordeling | 3.67/5 Totaal 304 Beoordelingen |
Ontwikkelaar | Moritz Sturm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |