Story Saver
Simply Download & Save stories from Facebook, Instagram, and WhatsApp.
Was ist Story Saver?
Story Saver ist eine Chrome-Erweiterung, die von SG Developer entwickelt wurde, und ihr Hauptmerkmal ist "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.".
Erweiterungsscreenshots
Story Saver-Erweiterungs-CRX-Datei herunterladen
Laden Sie Story Saver-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
--2.9.4 UPDATE
It's simpler than its name.
With Story Saver, you can download any story from Facebook, Instagram, and WhatsApp by a simple click.
Update 3nd March: Fix Instagram issues for non-english.
Story Saver allows you to save photos and videos stories.
All you have to do is installing this extension, an icon will appear at the top-left corner of the browser,
Click on that icon and whoosh the story will be downloaded, Oh and another thing the extension will rename the story to something readable ;)
If there's anything wrong with the extension contact me on my email:
[email protected] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mafcolokinicfdmlidhaebadidhdehpk |
| Offizielle URL | https://chromewebstore.google.com/detail/story-saver/mafcolokinicfdmlidhaebadidhdehpk |
| Beschreibung | Simply Download & Save stories from Facebook, Instagram, and WhatsApp. |
| Dateigröße | 54.68 KB |
| Installationsanzahl | 239,440 |
| Aktuelle Version | 2.9.4.7 |
| Letztes Update | 2024-03-04 |
| Veröffentlichungsdatum | 2020-04-07 |
| Bewertung | 4.67/5 Insgesamt 9534 Bewertungen |
| Entwickler | SG Developer |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Story Saver",
"version": "2.9.4.7",
"description": "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.",
"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",
"tabs"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.whatsapp.com\/*"
]
} | |