Refined Twitter Lite
Add UI improvements and new useful features to Twitter Lite
Cos'è Refined Twitter Lite?
Refined Twitter Lite è un'estensione di Chrome sviluppata da ggurgone, e la sua funzione principale è "Add UI improvements and new useful features to Twitter Lite".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refined Twitter Lite
Scarica i file di estensione Refined Twitter Lite 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
See https://github.com/giuseppeg/refined-twitter-lite/blob/master/FEATURES.md for a detailed breakdown of the features and instructions on how to en/disable them.
Informazioni di Base sull'Estensione
Nome | |
ID | adhbafkkfbonbogdlaebnoegpoogngcc |
URL Ufficiale | https://chrome.google.com/webstore/detail/refined-twitter-lite/adhbafkkfbonbogdlaebnoegpoogngcc |
Descrizione | Add UI improvements and new useful features to Twitter Lite |
Dimensione del File | 21.66 KB |
Conteggio Installazioni | 686 |
Versione Corrente | 0.3.21 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2020-06-02 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | ggurgone |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/giuseppeg/refined-twitter-lite |
URL della Pagina di Aiuto | https://github.com/giuseppeg/refined-twitter-lite |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Twitter Lite", "version": "0.3.21", "description": "Add UI improvements and new useful features to Twitter Lite", "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.user.js" ] } ] } |