High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
Co to jest High Resolution Downloader for Instagram?
High Resolution Downloader for Instagram to rozszerzenie Chrome opracowane przez Edwin Morris, a jego główną funkcją jest „Easily download high resolution copies of any Instagram photo or video.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia High Resolution Downloader for Instagram
Pobierz pliki rozszerzeń High Resolution Downloader for Instagram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Just click the image or video you want to download, and its url will be copied to your clipboard. You can download or open it too. Works for stories, profiles, slideshows, IGTV, DMs, and the feed. This extension will always give you the highest resolution version of an image or video — this is often larger than what Instagram displays. This is an open-source project on GitHub: https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram
Podstawowe informacje o rozszerzeniu
Nazwa | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
Oficjalny URL | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
Opis | Easily download high resolution copies of any Instagram photo or video. |
Rozmiar pliku | 327 KB |
Liczba instalacji | 44,379 |
Aktualna Wersja | 2.0.30 |
Ostatnia Aktualizacja | 2021-02-13 |
Data Publikacji | 2020-06-14 |
Ocena | 3.96/5 Łącznie 139 Oceny |
Deweloper | Edwin Morris |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "version": "2.0.30", "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "clipboardWrite" ] } |