Latest Tweets First
Always show latest tweets with the new Twitter Layout.
O que é Latest Tweets First?
Latest Tweets First é uma extensão do Chrome desenvolvida por https://latesttweetsfirst.com, e sua principal característica é "Always show latest tweets with the new Twitter Layout.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Latest Tweets First
Baixe arquivos de extensão Latest Tweets First 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
"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.
Informações Básicas da Extensão
Nome | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
URL Oficial | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
Descrição | Always show latest tweets with the new Twitter Layout. |
Tamanho do Arquivo | 7.04 KB |
Contagem de Instalações | 626 |
Versão Atual | 1.1.3 |
Última Atualização | 2019-07-30 |
Data de Publicação | 2019-07-30 |
Classificação | 4.11/5 Total de 9 Avaliações |
Desenvolvedor | https://latesttweetsfirst.com |
Tipo de Pagamento | free |
Site da Extensão | https://latesttweetsfirst.com |
URL da Página de Ajuda | https://latesttweetsfirst.com/contact |
Idiomas Suportados | 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" } |