StorySaver

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

Vad är StorySaver?

StorySaver är en Chrome-tillägg utvecklad av https://storysaverhd.io, och dess huvudfunktion är "With this extension, you can save stories from Instagram with just a few clicks.".

Tilläggsskärmbilder

screenshot

Ladda ner StorySaver-förlängningens CRX-fil

Ladda ner StorySaver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Officiell webbadress https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Beskrivning With this extension, you can save stories from Instagram with just a few clicks.
Filstorlek 167 KB
Antal Installationer 1,807
Aktuell Version 1.0.2
Senast Uppdaterad 2022-12-07
Publiceringsdatum 2022-12-06
Betyg 4.86/5 Totalt 14 Betyg
Utvecklare https://storysaverhd.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://storysaverhd.io/
Hjälpsida URL https://storysaverhd.io/contact/
Stödda Språk 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\/*"
    ]
}