Story Saver

Simply Download & Save stories from Facebook, Instagram, and WhatsApp.

Qu'est-ce que Story Saver ?

Story Saver est une extension Chrome développée par SG Developer, et sa fonction principale est "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Story Saver

Téléchargez les fichiers d'extension Story Saver 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

                        --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]                    

Informations de Base sur l'Extension

Nom Story Saver Story Saver
ID mafcolokinicfdmlidhaebadidhdehpk
URL Officiel https://chromewebstore.google.com/detail/story-saver/mafcolokinicfdmlidhaebadidhdehpk
Description Simply Download & Save stories from Facebook, Instagram, and WhatsApp.
Taille du Fichier 54.68 KB
Nombre d'Installations 239,440
Version Actuelle 2.9.4.7
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-04-07
Évaluation 4.67/5 Total 9534 Évaluations
Développeur SG Developer
Email [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": "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\/*"
    ]
}