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.
Qu'est-ce que Instagram Pop Out button ?
Instagram Pop Out button est une extension Chrome développée par Andrey Shevchuk, et sa fonction principale est "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Pop Out button
Téléchargez les fichiers d'extension Instagram Pop Out button 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
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.
Informations de Base sur l'Extension
Nom | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
Description | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
Taille du Fichier | 17.28 KB |
Nombre d'Installations | 574 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-04-03 |
Date de Publication | 2021-04-03 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Andrey Shevchuk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |