Twitter Large Thumbnails
This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
Cos'è Twitter Large Thumbnails?
Twitter Large Thumbnails è un'estensione di Chrome sviluppata da m8u, e la sua funzione principale è "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Large Thumbnails
Scarica i file di estensione Twitter Large Thumbnails in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
See posts of your favorite artists and photographers without image cropping.
Informazioni di Base sull'Estensione
Nome | Twitter Large Thumbnails |
ID | lhmanalklfkgpfkinflfepcepbgkpmai |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai |
Descrizione | This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping. |
Dimensione del File | 20.88 KB |
Conteggio Installazioni | 2,377 |
Versione Corrente | 1.3.7 |
Ultimo Aggiornamento | 2023-11-22 |
Data di Pubblicazione | 2020-04-30 |
Valutazione | 4.38/5 Totale 29 Valutazioni |
Sviluppatore | m8u |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |