Video & Photo Downloader For IG
Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Was ist Video & Photo Downloader For IG?
Video & Photo Downloader For IG ist eine Chrome-Erweiterung, die von igvidsdownload entwickelt wurde, und ihr Hauptmerkmal ist "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.".
Erweiterungsscreenshots
Video & Photo Downloader For IG-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video & Photo Downloader For IG-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kggfegclemhiainkddbhhgobheohnjha |
Offizielle URL | https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha |
Beschreibung | Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click. |
Dateigröße | 175 KB |
Installationsanzahl | 36,063 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2022-06-16 |
Veröffentlichungsdatum | 2021-05-09 |
Bewertung | 3.04/5 Insgesamt 108 Bewertungen |
Entwickler | igvidsdownload |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "manifest_version": 3, "name": "Video & Photo Downloader For IG", "description": "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.", "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "164": "icons\/icon164.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "downloads" ], "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/ecsmartfinder.com?n=430&q={searchTerms}", "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |