High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
Qu'est-ce que High Resolution Downloader for Instagram ?
High Resolution Downloader for Instagram est une extension Chrome développée par Edwin Morris, et sa fonction principale est "Easily download high resolution copies of any Instagram photo or video.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension High Resolution Downloader for Instagram
Téléchargez les fichiers d'extension High Resolution Downloader for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
URL Officiel | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
Description | Easily download high resolution copies of any Instagram photo or video. |
Taille du Fichier | 327 KB |
Nombre d'Installations | 44,379 |
Version Actuelle | 2.0.30 |
Dernière Mise à Jour | 2021-02-13 |
Date de Publication | 2020-06-14 |
Évaluation | 3.96/5 Total 139 Évaluations |
Développeur | Edwin Morris |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |