Instagram Downloader
Download images and videos from Instagram
Was ist Instagram Downloader?
Instagram Downloader ist eine Chrome-Erweiterung, die von PhotograpHB entwickelt wurde, und ihr Hauptmerkmal ist "Download images and videos from Instagram".
Erweiterungsscreenshots
Instagram Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instagram 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
Usage: download images and videos using url copied from Instagram posts
Grundlegende Informationen zur Erweiterung
Name | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
Offizielle URL | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
Beschreibung | Download images and videos from Instagram |
Dateigröße | 277 KB |
Installationsanzahl | 460 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-02-14 |
Veröffentlichungsdatum | 2022-02-14 |
Entwickler | PhotograpHB |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/HaibiPeng/instagram-save-ext |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |