StorySaver

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

Co to jest StorySaver?

StorySaver to rozszerzenie Chrome opracowane przez https://storysaverhd.io, a jego główną funkcją jest „With this extension, you can save stories from Instagram with just a few clicks.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StorySaver

Pobierz pliki rozszerzeń StorySaver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Oficjalny URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Opis With this extension, you can save stories from Instagram with just a few clicks.
Rozmiar pliku 167 KB
Liczba instalacji 1,807
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-12-07
Data Publikacji 2022-12-06
Ocena 4.86/5 Łącznie 14 Oceny
Deweloper https://storysaverhd.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://storysaverhd.io/
Adres URL Strony Pomocy https://storysaverhd.io/contact/
Obsługiwane Języki 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\/*"
    ]
}