Old Twitter Layout
Brings back the old Twitter Layout
Cos'è Old Twitter Layout?
Old Twitter Layout è un'estensione di Chrome sviluppata da Wolvan, e la sua funzione principale è "Brings back the old Twitter Layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Old Twitter Layout
Scarica i file di estensione Old Twitter Layout 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
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
Informazioni di Base sull'Estensione
Nome | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
URL Ufficiale | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
Descrizione | Brings back the old Twitter Layout |
Dimensione del File | 45.42 KB |
Conteggio Installazioni | 4,911 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2020-05-14 |
Data di Pubblicazione | 2020-05-14 |
Valutazione | 4.51/5 Totale 261 Valutazioni |
Sviluppatore | Wolvan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |