Instagram Pop Out button
Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Τι είναι το Instagram Pop Out button;
Το Instagram Pop Out button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrey Shevchuk, και η κύρια λειτουργία του είναι "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instagram Pop Out button
Λήψη αρχείων επέκτασης Instagram Pop Out button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well... Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
Επίσημο URL | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
Περιγραφή | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
Μέγεθος Αρχείου | 17.28 KB |
Αριθμός Εγκαταστάσεων | 574 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-04-03 |
Ημερομηνία Δημοσίευσης | 2021-04-03 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Andrey Shevchuk |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Pop Out button", "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.", "version": "1.0", "icons": { "16": "logo1-16.png", "128": "logo1-128.png" }, "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "mahstyle.css" ], "js": [ "contentScript.js" ] } ] } |