Instaload

Baixe fotos e vídeos do Instagram diretamente do seu navegador, com apenas 1 clique!

What is Instaload?

Instaload is a Chrome extension developed by Anderson de Castro, and its main feature is "Baixe fotos e vídeos do Instagram diretamente do seu navegador, com apenas 1 clique!".

Extension Screenshots

screenshot

Download Instaload Extension CRX File

Download Instaload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Se você deseja baixar fotos e vídeos do Instagram enquanto navega pelo feed, essa extensão é pra você! 
Com apenas 1 clique, o Instaload faz o download de sua foto ou vídeo favorito.
Tudo muito SIMPLES e RÁPIDO!                    

Extension Basic Information

Name Instaload Instaload
ID fhfodhfalfkpjffeflelcnoneklalakc
Official URL https://chromewebstore.google.com/detail/instaload/fhfodhfalfkpjffeflelcnoneklalakc
Description Baixe fotos e vídeos do Instagram diretamente do seu navegador, com apenas 1 clique!
File Size 43.11 KB
Installation Count 297
Current Version 1.0
Last Updated 2019-03-04
Publish Date 2019-03-04
Rating 4.00/5 Total 2 Ratings
Developer Anderson de Castro
Email [email protected]
Payment Type free
Extension Website https://download-insta.herokuapp.com/
Privacy Policy Page URL https://igspeed.herokuapp.com
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instaload",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Baixe fotos e v\u00eddeos do Instagram diretamente do seu navegador, com apenas 1 clique!",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.instagram.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "jquery.js",
                "app.js"
            ]
        }
    ]
}