Downloader For Instagram

Opens popular social network in one click and allows to save video file or image from a website.

Что такое Downloader For Instagram?

Downloader For Instagram - это расширение Chrome, разработанное White Moon Inc, и его основная функция - "Opens popular social network in one click and allows to save video file or image from a website.".

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

screenshot
screenshot
screenshot

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

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

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

                        Allows to save photo, image, video from the popular social network.

Simply save the content that is in a common access. Quick access to the website to review news feed.

Easily open direct messages just with one click. It's a great tool for website lovers who want to stay in touch with friends as well as review the news feed.                    

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

Название Downloader For Instagram Downloader For Instagram
ID bhfelhfpjghfmhogedjnlmdpkbhmjhlf
Официальный URL https://chromewebstore.google.com/detail/downloader-for-instagram/bhfelhfpjghfmhogedjnlmdpkbhmjhlf
Описание Opens popular social network in one click and allows to save video file or image from a website.
Размер файла 360 KB
Количество установок 23,219
Текущая Версия 3.1.2
Последнее Обновление 2023-09-12
Дата публикации 2022-04-05
Рейтинг 3.29/5 Всего 31 оценок
Разработчик White Moon Inc
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": []
}