Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Что такое Story Downloader?
Story Downloader - это расширение Chrome, разработанное Extensions for Everyone, и его основная функция - "With the Story Downloader you can view stories anonymously and download them for free.".
Снимки экрана расширения
Скачать файл CRX расширения Story Downloader
Скачайте файлы расширений Story Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
Основная информация о расширении
Название | |
ID | pneajbbepheokncfcicjoeakmajaegem |
Официальный URL | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Описание | With the Story Downloader you can view stories anonymously and download them for free. |
Размер файла | 149 KB |
Количество установок | 3,000 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-11-25 |
Дата публикации | 2020-11-25 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Extensions for Everyone |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.storydownloader.org |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |