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.
Was ist Instagram Pop Out button?
Instagram Pop Out button ist eine Chrome-Erweiterung, die von Andrey Shevchuk entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".
Erweiterungsscreenshots
Instagram Pop Out button-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instagram Pop Out button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
Offizielle URL | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
Beschreibung | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
Dateigröße | 17.28 KB |
Installationsanzahl | 574 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-04-03 |
Veröffentlichungsdatum | 2021-04-03 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Andrey Shevchuk |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |