Image and Video Downloader

Save images and videos from Instagram.

Что такое Image and Video Downloader?

Image and Video Downloader - это расширение Chrome, разработанное BrowserNative, и его основная функция - "Save images and videos from Instagram.".

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

screenshot

Скачать файл CRX расширения Image and Video Downloader

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

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

                        Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save.

Visit homepage for more: https://browsernative.com/instagram-downloader/

Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.                    

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

Название Image and Video Downloader Image and Video Downloader
ID khnadcdfjbjgojiilfdebbpiepokangj
Официальный URL https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj
Описание Save images and videos from Instagram.
Размер файла 160 KB
Количество установок 39,218
Текущая Версия 0.3.0
Последнее Обновление 2020-06-01
Дата публикации 2020-05-31
Рейтинг 3.90/5 Всего 311 оценок
Разработчик BrowserNative
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://browsernative.com/instagram-downloader/
URL страницы помощи https://browsernative.com/instagram-downloader/
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image and Video Downloader",
    "description": "Save images and videos from Instagram.",
    "version": "0.3.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Image and Video Downloader for Instagram"
    }
}