Instagram Downloader

Download videos and photos from Instagram in one click!

Что такое Instagram Downloader?

Instagram Downloader - это расширение Chrome, разработанное insta.downloader.s, и его основная функция - "Download videos and photos from Instagram in one click!".

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

screenshot

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

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

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

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

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

Название Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
Официальный URL https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
Описание Download videos and photos from Instagram in one click!
Размер файла 169 KB
Количество установок 6,000
Текущая Версия 1.0.2
Последнее Обновление 2021-07-26
Дата публикации 2021-03-14
Рейтинг 2.75/5 Всего 4 оценок
Разработчик insta.downloader.s
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}