Insta Stories

View Instagram Stories anonymously and download them to your device.

Что такое Insta Stories?

Insta Stories - это расширение Chrome, разработанное Extensions for Everyone, и его основная функция - "View Instagram Stories anonymously and download them to your device.".

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

screenshot

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

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

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

                        Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account.
Additional features – save a Story to any device in one click and download Story updates automatically.                    

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

Название Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
Официальный URL https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
Описание View Instagram Stories anonymously and download them to your device.
Размер файла 149 KB
Количество установок 3,685
Текущая Версия 1.0
Последнее Обновление 2020-11-25
Дата публикации 2020-11-25
Рейтинг 3.25/5 Всего 4 оценок
Разработчик Extensions for Everyone
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.insta-stories.net
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Stories",
    "version": "1.0",
    "description": "View Instagram Stories anonymously and download them to your device.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}