Twitter Origifier
Makes twitter images their original resolution
Cos'è Twitter Origifier?
Twitter Origifier è un'estensione di Chrome sviluppata da @nathanwentworth, e la sua funzione principale è "Makes twitter images their original resolution".
Scarica il file CRX dell'estensione Twitter Origifier
Scarica i file di estensione Twitter Origifier 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
Twitter hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution. How to use! 1. Right click image on twitter 2. Open in a new tab 3. Done!
Informazioni di Base sull'Estensione
Nome | Twitter Origifier |
ID | lcbhlbbekpaklnhgfcccpdplhegpjkjk |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk |
Descrizione | Makes twitter images their original resolution |
Dimensione del File | 3.28 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-11-27 |
Data di Pubblicazione | 2017-11-27 |
Sviluppatore | @nathanwentworth |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nathanwentworth.co |
URL della Pagina di Aiuto | https://twitter.com/nathanwentworth |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Origifier", "version": "1.3", "manifest_version": 2, "description": "Makes twitter images their original resolution", "homepage_url": "https:\/\/nathanwentworth.co", "content_scripts": [ { "matches": [ "https:\/\/pbs.twimg.com\/media\/*" ], "js": [ "origifier.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |