Downloader for Instagram™
Save photos and videos from Instagram™! Quick & Easy!
Что такое Downloader for Instagram™?
Downloader for Instagram™ - это расширение Chrome, разработанное http://mxnpro.ovh, и его основная функция - "Save photos and videos from Instagram™! Quick & Easy!".
Снимки экрана расширения
Скачать файл CRX расширения Downloader for Instagram™
Скачайте файлы расширений Downloader for Instagram™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Save stories, pictures, videos and images to your computer! Thanks to this extension, it's easier than ever before. Simply click on download button to save your favorite Instagram™ images and videos. Discover how to use the app : https://youtu.be/7tMAsr4EVlc ▬▬▬▬ FEATURES ▬▬▬▬ Download : - Videos - Images - Stories - Sliders - IGTV ▬▬▬▬ PRO FEATURES ▬▬▬▬ Mass save pictures to your computer ! Bulk save pictures from : - Hashtags - Location - Your feed - User feed ▬▬▬▬ Enjoy ! Disclamer : This Chrome extension is not endorsed or certified by Instagram™.
Основная информация о расширении
Название | |
ID | dhchoilkelgbblajmpbhpofhheecgkhh |
Официальный URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh |
Описание | Save photos and videos from Instagram™! Quick & Easy! |
Размер файла | 323 KB |
Количество установок | 90,000 |
Текущая Версия | 2.1.15 |
Последнее Обновление | 2021-10-19 |
Дата публикации | 2020-03-05 |
Рейтинг | 3.42/5 Всего 142 оценок |
Разработчик | http://mxnpro.ovh |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://downloader-for-instagram.mxnpro.ovh/ |
URL страницы политики конфиденциальности | https://mxnpro.ovh/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for Instagram\u2122", "short_name": "Downloader for Instagram\u2122", "version": "2.1.15", "description": "Save photos and videos from Instagram\u2122! Quick & Easy!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "downloads", "activeTab", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "dl.png", "dl-multi.png", "load.png" ] } |