High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
Cos'è High Resolution Downloader for Instagram?
High Resolution Downloader for Instagram è un'estensione di Chrome sviluppata da Edwin Morris, e la sua funzione principale è "Easily download high resolution copies of any Instagram photo or video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione High Resolution Downloader for Instagram
Scarica i file di estensione High Resolution Downloader for Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
URL Ufficiale | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
Descrizione | Easily download high resolution copies of any Instagram photo or video. |
Dimensione del File | 327 KB |
Conteggio Installazioni | 44,379 |
Versione Corrente | 2.0.30 |
Ultimo Aggiornamento | 2021-02-13 |
Data di Pubblicazione | 2020-06-14 |
Valutazione | 3.96/5 Totale 139 Valutazioni |
Sviluppatore | Edwin Morris |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |