Latest Tweets First
Always show latest tweets with the new Twitter Layout.
¿Qué es Latest Tweets First?
Latest Tweets First es una extensión de Chrome desarrollada por https://latesttweetsfirst.com, y su función principal es "Always show latest tweets with the new Twitter Layout.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Latest Tweets First
Descarga archivos de extensión Latest Tweets First en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
"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.
Información Básica de la Extensión
Nombre | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
URL Oficial | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
Descripción | Always show latest tweets with the new Twitter Layout. |
Tamaño del Archivo | 7.04 KB |
Cantidad de Instalaciones | 626 |
Versión Actual | 1.1.3 |
Última Actualización | 2019-07-30 |
Fecha de Publicación | 2019-07-30 |
Calificación | 4.11/5 Total de 9 Calificaciones |
Desarrollador | https://latesttweetsfirst.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://latesttweetsfirst.com |
URL de la Página de Ayuda | https://latesttweetsfirst.com/contact |
Idiomas Soportados | 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" } |