Instagram Downloader
Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
Что такое Instagram Downloader?
Instagram Downloader - это расширение Chrome, разработанное Zahra Jalilibaleh, и его основная функция - "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".
Снимки экрана расширения
Скачать файл CRX расширения Instagram Downloader
Скачайте файлы расширений Instagram Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Download Instagram Posts, Stories and IGTVs.
Основная информация о расширении
Название | |
ID | lammhgappkpelpobpoihfbpeelojmgfo |
Официальный URL | https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo |
Описание | Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV. |
Размер файла | 195 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2021-02-22 |
Дата публикации | 2021-02-22 |
Разработчик | Zahra Jalilibaleh |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://instractor.com/ |
URL страницы помощи | https://instractor.com/instagram-downloader |
Поддерживаемые языки | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js", "js\/mebackground.js" ] }, "content_scripts": [ { "css": [ "css\/extension.css" ], "js": [ "js\/extension.js", "js\/me.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", "icons": { "512": "icons\/instagram.png" }, "manifest_version": 2, "name": "Instagram Downloader", "options_ui": { "page": "options.html" }, "permissions": [ "downloads", "activeTab", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "icons\/download_black.png", "icons\/download_white.png", "icons\/instagram.png" ] } |