StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
Was ist StorySaver?
StorySaver ist eine Chrome-Erweiterung, die von https://storysaverhd.io entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, you can save stories from Instagram with just a few clicks.".
Erweiterungsscreenshots
StorySaver-Erweiterungs-CRX-Datei herunterladen
Laden Sie StorySaver-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
StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately. If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
Offizielle URL | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
Beschreibung | With this extension, you can save stories from Instagram with just a few clicks. |
Dateigröße | 167 KB |
Installationsanzahl | 1,807 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-12-07 |
Veröffentlichungsdatum | 2022-12-06 |
Bewertung | 4.86/5 Insgesamt 14 Bewertungen |
Entwickler | https://storysaverhd.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://storysaverhd.io/ |
Hilfeseite URL | https://storysaverhd.io/contact/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StorySaver", "version": "1.0.2", "description": "With this extension, you can save stories from Instagram with just a few clicks.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon_32.png" }, "permissions": [ "declarativeContent", "downloads", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |