Twitter Wide and Clear
Wide and Clear theme for Twitter website.
Cos'è Twitter Wide and Clear?
Twitter Wide and Clear è un'estensione di Chrome sviluppata da https://www.arundavid.com, e la sua funzione principale è "Wide and Clear theme for Twitter website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Wide and Clear
Scarica i file di estensione Twitter Wide and Clear 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
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
Informazioni di Base sull'Estensione
Nome | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
Descrizione | Wide and Clear theme for Twitter website. |
Dimensione del File | 58.29 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-30 |
Data di Pubblicazione | 2015-06-30 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.arundavid.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |