StorySaver

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

Cos'è StorySaver?

StorySaver è un'estensione di Chrome sviluppata da https://storysaverhd.io, e la sua funzione principale è "With this extension, you can save stories from Instagram with just a few clicks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StorySaver

Scarica i file di estensione StorySaver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
URL Ufficiale https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Descrizione With this extension, you can save stories from Instagram with just a few clicks.
Dimensione del File 167 KB
Conteggio Installazioni 1,807
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-12-07
Data di Pubblicazione 2022-12-06
Valutazione 4.86/5 Totale 14 Valutazioni
Sviluppatore https://storysaverhd.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://storysaverhd.io/
URL della Pagina di Aiuto https://storysaverhd.io/contact/
Lingue Supportate 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\/*"
    ]
}