TwitterLatest
Automatically switch Twitter feed to “Latest Tweets” ✨
O que é TwitterLatest?
TwitterLatest é uma extensão do Chrome desenvolvida por mattcdowning, e sua principal característica é "Automatically switch Twitter feed to “Latest Tweets” ✨".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TwitterLatest
Baixe arquivos de extensão TwitterLatest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
“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!
Informações Básicas da Extensão
Nome | TwitterLatest |
ID | jfeokmgjhgkooomeejegoljcodnokich |
URL Oficial | https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich |
Descrição | Automatically switch Twitter feed to “Latest Tweets” ✨ |
Tamanho do Arquivo | 7.8 KB |
Contagem de Instalações | 69 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-06-14 |
Data de Publicação | 2019-06-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | mattcdowning |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitterlatest.netlify.com |
Idiomas Suportados | 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" ] } ] } |