Simplified Twitter
Remove distractions from the new Twitter layout
Cos'è Simplified Twitter?
Simplified Twitter è un'estensione di Chrome sviluppata da Bruno Lemos, e la sua funzione principale è "Remove distractions from the new Twitter layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simplified Twitter
Scarica i file di estensione Simplified Twitter 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
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
Informazioni di Base sull'Estensione
Nome | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
URL Ufficiale | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Descrizione | Remove distractions from the new Twitter layout |
Dimensione del File | 14.05 KB |
Conteggio Installazioni | 2,394 |
Versione Corrente | 1.8.1 |
Ultimo Aggiornamento | 2023-11-22 |
Data di Pubblicazione | 2020-04-25 |
Valutazione | 4.70/5 Totale 20 Valutazioni |
Sviluppatore | Bruno Lemos |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/brunolemos/simplified-twitter |
URL della Pagina di Aiuto | https://github.com/brunolemos/simplified-twitter |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |