StorySaver

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

Hvad er StorySaver?

StorySaver er en Chrome-udvidelse udviklet af https://storysaverhd.io, og dens hovedfunktion er "With this extension, you can save stories from Instagram with just a few clicks.".

Udvidelsesskærmbilleder

screenshot

Download StorySaver-udvidelses-CRX-fil

Download StorySaver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Officiel URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Beskrivelse With this extension, you can save stories from Instagram with just a few clicks.
Filstørrelse 167 KB
Antal Installationer 1,807
Nuværende Version 1.0.2
Senest Opdateret 2022-12-07
Udgivelsesdato 2022-12-06
Bedømmelse 4.86/5 Samlet 14 Bedømmelser
Udvikler https://storysaverhd.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://storysaverhd.io/
Hjælpeside-URL https://storysaverhd.io/contact/
Understøttede Sprog 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\/*"
    ]
}