Instaload

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

Was ist Instaload?

Instaload ist eine Chrome-Erweiterung, die von Anderson de Castro entwickelt wurde, und ihr Hauptmerkmal ist "Baixe fotos e vídeos do Instagram diretamente do seu navegador, com apenas 1 clique!".

Erweiterungsscreenshots

screenshot

Instaload-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instaload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Instaload Instaload
ID fhfodhfalfkpjffeflelcnoneklalakc
Offizielle URL https://chromewebstore.google.com/detail/instaload/fhfodhfalfkpjffeflelcnoneklalakc
Beschreibung Baixe fotos e vídeos do Instagram diretamente do seu navegador, com apenas 1 clique!
Dateigröße 43.11 KB
Installationsanzahl 297
Aktuelle Version 1.0
Letztes Update 2019-03-04
Veröffentlichungsdatum 2019-03-04
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Anderson de Castro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://download-insta.herokuapp.com/
URL der Datenschutzrichtlinien-Seite https://igspeed.herokuapp.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}