High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
Co je High Resolution Downloader for Instagram?
High Resolution Downloader for Instagram je rozšíření Chrome vyvinuté Edwin Morris, a jeho hlavní funkcí je „Easily download high resolution copies of any Instagram photo or video.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření High Resolution Downloader for Instagram
Stáhněte si soubory rozšíření High Resolution Downloader for Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
Oficiální URL | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
Popis | Easily download high resolution copies of any Instagram photo or video. |
Velikost souboru | 327 KB |
Počet instalací | 44,379 |
Aktuální Verze | 2.0.30 |
Poslední Aktualizace | 2021-02-13 |
Datum Vydání | 2020-06-14 |
Hodnocení | 3.96/5 Celkem 139 Hodnocení |
Vývojář | Edwin Morris |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |