Downloader for Instagram
Download videos and photos
Wat is Downloader for Instagram?
Downloader for Instagram is een Chrome-extensie ontwikkeld door Extensions for Everyone, en de belangrijkste functie is "Download videos and photos".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloader for Instagram
Download Downloader for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | mmijlnnegpiichpkjeppneiaplkgfngm |
Officiële URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/mmijlnnegpiichpkjeppneiaplkgfngm |
Beschrijving | Download videos and photos |
Bestandsgrootte | 149 KB |
Aantal Installaties | 3,867 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-02-15 |
Publicatiedatum | 2020-10-01 |
Beoordeling | 2.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Extensions for Everyone |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.instadownloader.org |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloader for Instagram", "version": "1.1", "description": "Download videos and photos", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |