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.
O que é Instagram Pop Out button?
Instagram Pop Out button é uma extensão do Chrome desenvolvida por Andrey Shevchuk, e sua principal característica é "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instagram Pop Out button
Baixe arquivos de extensão Instagram Pop Out button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
URL Oficial | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
Descrição | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
Tamanho do Arquivo | 17.28 KB |
Contagem de Instalações | 574 |
Versão Atual | 1.0 |
Última Atualização | 2021-04-03 |
Data de Publicação | 2021-04-03 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Andrey Shevchuk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |