TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
Cos'è TwitterLatest?
TwitterLatest è un'estensione di Chrome sviluppata da mattcdowning, e la sua funzione principale è "Automatically switch Twitter feed to “Latest Tweets” ✨".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TwitterLatest
Scarica i file di estensione TwitterLatest 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
“Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans This is it!
Informazioni di Base sull'Estensione
Nome | TwitterLatest |
ID | jfeokmgjhgkooomeejegoljcodnokich |
URL Ufficiale | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
Descrizione | Automatically switch Twitter feed to “Latest Tweets” ✨ |
Dimensione del File | 7.8 KB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-06-14 |
Data di Pubblicazione | 2019-06-13 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | mattcdowning |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitterlatest.netlify.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitterLatest", "version": "1.0.2", "description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728", "browser_action": { "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/home", "https:\/\/mobile.twitter.com\/home" ], "js": [ "content.js" ] } ] } |