Simplify Twitter Web UI
Simplify the new Twitter Web UI
Cos'è Simplify Twitter Web UI?
Simplify Twitter Web UI è un'estensione di Chrome sviluppata da lukeed, e la sua funzione principale è "Simplify the new Twitter Web UI".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simplify Twitter Web UI
Scarica i file di estensione Simplify Twitter Web UI 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
**Why?**
- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it
See the website for more info. Informazioni di Base sull'Estensione
| Nome | |
| ID | pobjlebhmdjbgfjhfdhblilmpjkegbfd |
| URL Ufficiale | https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd |
| Descrizione | Simplify the new Twitter Web UI |
| Dimensione del File | 10.53 KB |
| Conteggio Installazioni | 383 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2019-06-29 |
| Data di Pubblicazione | 2019-06-29 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | lukeed |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lukeed/twitter-simple-extension |
| URL della Pagina di Aiuto | https://github.com/lukeed/twitter-simple-extension/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simplify Twitter Web UI",
"version": "2.0.0",
"manifest_version": 2,
"description": "Simplify the new Twitter Web UI",
"homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
"icons": {
"128": "128x128.png"
},
"permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/*.twitter.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/*\/twitter.com\/*"
],
"js": [
"index.min.js"
]
}
]
} | |