Twitter Large Thumbnails
This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
O que é Twitter Large Thumbnails?
Twitter Large Thumbnails é uma extensão do Chrome desenvolvida por m8u, e sua principal característica é "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Large Thumbnails
Baixe arquivos de extensão Twitter Large Thumbnails 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
See posts of your favorite artists and photographers without image cropping.
Informações Básicas da Extensão
Nome | Twitter Large Thumbnails |
ID | lhmanalklfkgpfkinflfepcepbgkpmai |
URL Oficial | https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai |
Descrição | This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping. |
Tamanho do Arquivo | 20.88 KB |
Contagem de Instalações | 2,377 |
Versão Atual | 1.3.7 |
Última Atualização | 2023-11-22 |
Data de Publicação | 2020-04-30 |
Classificação | 4.38/5 Total de 29 Avaliações |
Desenvolvedor | m8u |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Large Thumbnails", "version": "1.3.7", "description": "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.", "manifest_version": 3, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "128": "icon128.png" } } |