StorySaver

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

Wat is StorySaver?

StorySaver is een Chrome-extensie ontwikkeld door https://storysaverhd.io, en de belangrijkste functie is "With this extension, you can save stories from Instagram with just a few clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StorySaver

Download StorySaver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Officiële URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Beschrijving With this extension, you can save stories from Instagram with just a few clicks.
Bestandsgrootte 167 KB
Aantal Installaties 1,807
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-12-07
Publicatiedatum 2022-12-06
Beoordeling 4.86/5 Totaal 14 Beoordelingen
Ontwikkelaar https://storysaverhd.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://storysaverhd.io/
Help Pagina-URL https://storysaverhd.io/contact/
Ondersteunde Talen 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\/*"
    ]
}