StorySaver

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

Что такое StorySaver?

StorySaver - это расширение Chrome, разработанное https://storysaverhd.io, и его основная функция - "With this extension, you can save stories from Instagram with just a few clicks.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения StorySaver

Скачайте файлы расширений StorySaver в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
Официальный URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
Описание With this extension, you can save stories from Instagram with just a few clicks.
Размер файла 167 KB
Количество установок 1,807
Текущая Версия 1.0.2
Последнее Обновление 2022-12-07
Дата публикации 2022-12-06
Рейтинг 4.86/5 Всего 14 оценок
Разработчик https://storysaverhd.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://storysaverhd.io/
URL страницы помощи https://storysaverhd.io/contact/
Поддерживаемые языки 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\/*"
    ]
}