download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
Что такое download instagram™ stories?
download instagram™ stories - это расширение Chrome, разработанное https://imginn.com, и его основная функция - "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
Снимки экрана расширения
Скачать файл CRX расширения download instagram™ stories
Скачайте файлы расширений download instagram™ stories в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories Основная информация о расширении
| Название | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| Официальный URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| Описание | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| Размер файла | 12.83 KB |
| Количество установок | 363 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2020-07-20 |
| Дата публикации | 2020-07-19 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | https://imginn.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://imginn.com |
| URL страницы помощи | https://imginn.com |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "download instagram\u2122 stories",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/script.js"
],
"run_at": "document_end"
}
]
} | |