Image and Video Downloader
Save images and videos from Instagram.
Was ist Image and Video Downloader?
Image and Video Downloader ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Save images and videos from Instagram.".
Erweiterungsscreenshots
Image and Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image and Video Downloader-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
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
Grundlegende Informationen zur Erweiterung
Name | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
Offizielle URL | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
Beschreibung | Save images and videos from Instagram. |
Dateigröße | 160 KB |
Installationsanzahl | 39,218 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2020-06-01 |
Veröffentlichungsdatum | 2020-05-31 |
Bewertung | 3.90/5 Insgesamt 311 Bewertungen |
Entwickler | BrowserNative |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/instagram-downloader/ |
Hilfeseite URL | https://browsernative.com/instagram-downloader/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |