StorySaver

With this extension, you can save stories from Instagram with just a few clicks.

Qu'est-ce que StorySaver ?

StorySaver est une extension Chrome développée par https://storysaverhd.io, et sa fonction principale est "With this extension, you can save stories from Instagram with just a few clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StorySaver

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

                        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!                    

Informations de Base sur l'Extension

Nom StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
URL Officiel https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Description With this extension, you can save stories from Instagram with just a few clicks.
Taille du Fichier 167 KB
Nombre d'Installations 1,807
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-12-07
Date de Publication 2022-12-06
Évaluation 4.86/5 Total 14 Évaluations
Développeur https://storysaverhd.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://storysaverhd.io/
URL de la Page d'Aide https://storysaverhd.io/contact/
Langues Prises en Charge 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\/*"
    ]
}