High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
Τι είναι το High Resolution Downloader for Instagram;
Το High Resolution Downloader for Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Edwin Morris, και η κύρια λειτουργία του είναι "Easily download high resolution copies of any Instagram photo or video.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης High Resolution Downloader for Instagram
Λήψη αρχείων επέκτασης High Resolution Downloader for Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
Επίσημο URL | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
Περιγραφή | Easily download high resolution copies of any Instagram photo or video. |
Μέγεθος Αρχείου | 327 KB |
Αριθμός Εγκαταστάσεων | 44,379 |
Τρέχουσα Έκδοση | 2.0.30 |
Τελευταία Ενημέρωση | 2021-02-13 |
Ημερομηνία Δημοσίευσης | 2020-06-14 |
Αξιολόγηση | 3.96/5 Συνολικά 139 Αξιολογήσεις |
Προγραμματιστής | Edwin Morris |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |