StorySaver

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

Co je StorySaver?

StorySaver je rozšíření Chrome vyvinuté https://storysaverhd.io, a jeho hlavní funkcí je „With this extension, you can save stories from Instagram with just a few clicks.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření StorySaver

Stáhněte si soubory rozšíření StorySaver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Oficiální URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Popis With this extension, you can save stories from Instagram with just a few clicks.
Velikost souboru 167 KB
Počet instalací 1,807
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-12-07
Datum Vydání 2022-12-06
Hodnocení 4.86/5 Celkem 14 Hodnocení
Vývojář https://storysaverhd.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://storysaverhd.io/
URL Stránky Nápovědy https://storysaverhd.io/contact/
Podporované Jazyky 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\/*"
    ]
}