Downloader for Instagram

Hi-speed Downloader for Instagram. Fast Downloading Photo, Video or Stories from Instagram to your PC. Single and Bulk Downloads.

¿Qué es Downloader for Instagram?

Downloader for Instagram es una extensión de Chrome desarrollada por https://downloader-for-ig.com, y su función principal es "Hi-speed Downloader for Instagram. Fast Downloading Photo, Video or Stories from Instagram to your PC. Single and Bulk Downloads.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Downloader for Instagram

Descarga archivos de extensión Downloader for Instagram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Looking for a way how to download Video, Photo or Story from Instagram? Downloader of Instagram is based on unique technologies and feature you will not find in any other browser add-on. 

Downloader for Instagram is a simple and powerful tool with numerous features making your user experience even better. 
Downloading Photo, Video or even Story have never been easier before. All you need is to click Download button and the extension will do the rest. Install our Downloader for Instagram and enjoy it's advanced features like:

- Downloading any Photo or Video from Instagram feed or any profile page;
- Bulk Downloading to get all Photos and Videos from a user or feed. Here you can select how many files you want to download to your device. Use it when you want to download many files at a time;
- Downloading Stories, one-by-one or all of them at once;
- Downloading IGTV;
- Downloading tagged Photos or Videos, one-by-one or all of them in one click
- and many more.

How it works. 
When you are surfing Instagram our extension adds Download button to all Photos, Videos or Stories you can download. All you need to do is to click this button and downloading will start immediately. All files you selected will be saved to default folder set by your browser.
Instagram Downloader works with multiple image and video formats: JPG, PNG, GIF, MP4, AVI, 3GP.

============================================

==Important Legal Notice. To whom it may concern.==

Before sending your claims to Us or to Chrome Store please note that our extension doesn't violate any existing rule, term or condition of Instagram or FaceBook. You will never find any direct prohibition to facilitate downloading any public content from Instagram in any official legal publication of Instagram Inc.

According to Section "III. How is this information shared?" from https://help.instagram.com/519522125107875 downloading public information by third-party applications is NOT prohibited. 
"You, other people using Facebook and Instagram, and we can provide access to or send public information to anyone on or off our Products, including in other Facebook Company Products, in search results, or through tools and APIs. Public information can also be seen, accessed, reshared or downloaded through third-party services such as search engines, APIs, and offline media such as TV, and by apps, websites and other services that integrate with our Products."

As for name of our extension and "Instagram" word in it. 
We strictly follow recommendations listed by Instagram Inc. in their Instagram Brand Resources here https://en.facebookbrand.com/instagram/assets/instagram?audience=instagram-landing
I.e.

"If you offer an app, website or a product or service that uses the Instagram APIs or is otherwise compatible with or related to Instagram, you may only use Instagram to say that your app is "for Instagram" or that the name of your campaign is "on Instagram" in a descriptive manner." So we do that.

Nota Bene: 
Downloader for Instagram does NOT belong or related to Instagram Inc. in any ways. The extension is developed and maintained independently by me. My third-party browser extension is a wrapper to original web application.                    

Información Básica de la Extensión

Nombre Downloader for Instagram Downloader for Instagram
ID efjchbcjcajmmjkoaneomgkphanidfan
URL Oficial https://chrome.google.com/webstore/detail/downloader-for-instagram/efjchbcjcajmmjkoaneomgkphanidfan
Descripción Hi-speed Downloader for Instagram. Fast Downloading Photo, Video or Stories from Instagram to your PC. Single and Bulk Downloads.
Tamaño del Archivo 122 KB
Cantidad de Instalaciones 188,007
Versión Actual 1.92
Última Actualización 2021-08-03
Fecha de Publicación 2021-01-19
Calificación 3.46/5 Total de 378 Calificaciones
Desarrollador https://downloader-for-ig.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://downloader-for-ig.com
URL de la Página de Política de Privacidad https://sites.google.com/view/simpledownloaderfroinstagram
Idiomas Soportados de,en,fr,es,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.92",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "downloads",
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jszip.min.js",
                "js\/FileSaver.js",
                "js\/jszip_utils.js",
                "js\/simple_gb.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/modal_box.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/*",
        "img\/*"
    ]
}