Latest Tweets First
Always show latest tweets with the new Twitter Layout.
Cos'è Latest Tweets First?
Latest Tweets First è un'estensione di Chrome sviluppata da https://latesttweetsfirst.com, e la sua funzione principale è "Always show latest tweets with the new Twitter Layout.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Latest Tweets First
Scarica i file di estensione Latest Tweets First 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
"The new Twitter layout is amazing!" — someone must have said it, but it wasn't us. The thing we disliked most about the new Twitter design is when you filter by 'Latest' tweets, it soon reverts back to 'Top' tweets. With Latest Tweets First, your Twitter feed will automatically show the latest tweets — and *always* the latest tweets — from the people you follow.
Informazioni di Base sull'Estensione
Nome | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
URL Ufficiale | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
Descrizione | Always show latest tweets with the new Twitter Layout. |
Dimensione del File | 7.04 KB |
Conteggio Installazioni | 626 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2019-07-30 |
Data di Pubblicazione | 2019-07-30 |
Valutazione | 4.11/5 Totale 9 Valutazioni |
Sviluppatore | https://latesttweetsfirst.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://latesttweetsfirst.com |
URL della Pagina di Aiuto | https://latesttweetsfirst.com/contact |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "src\/icon.png" }, "browser_action": { "default_icon": { "128": "src\/icon.png" } }, "content_scripts": [ { "js": [ ".\/src\/content.js" ], "matches": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ ".\/src\/background.js" ] }, "description": "Always show latest tweets with the new Twitter Layout.", "manifest_version": 2, "name": "Latest Tweets First", "short_name": "Latest Tweets First", "permissions": [], "version": "1.1.3" } |