Unsaver for Instagram
Manage your Instagram collections with ease
Qu'est-ce que Unsaver for Instagram ?
Unsaver for Instagram est une extension Chrome développée par Moritz Sturm, et sa fonction principale est "Manage your Instagram collections with ease".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unsaver for Instagram
Téléchargez les fichiers d'extension Unsaver for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Informations de Base sur l'Extension
Nom | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
URL Officiel | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Description | Manage your Instagram collections with ease |
Taille du Fichier | 61.43 KB |
Nombre d'Installations | 23,576 |
Version Actuelle | 5.2 |
Dernière Mise à Jour | 2022-12-21 |
Date de Publication | 2020-06-26 |
Évaluation | 3.67/5 Total 304 Évaluations |
Développeur | Moritz Sturm |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |