Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Qu'est-ce que Latest Tweets First ?

Latest Tweets First est une extension Chrome développée par https://latesttweetsfirst.com, et sa fonction principale est "Always show latest tweets with the new Twitter Layout.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Latest Tweets First

Téléchargez les fichiers d'extension Latest Tweets First au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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.                    

Informations de Base sur l'Extension

Nom Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
URL Officiel https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
Description Always show latest tweets with the new Twitter Layout.
Taille du Fichier 7.04 KB
Nombre d'Installations 626
Version Actuelle 1.1.3
Dernière Mise à Jour 2019-07-30
Date de Publication 2019-07-30
Évaluation 4.11/5 Total 9 Évaluations
Développeur https://latesttweetsfirst.com
Type de Paiement free
Site Web de l'Extension https://latesttweetsfirst.com
URL de la Page d'Aide https://latesttweetsfirst.com/contact
Langues Prises en Charge 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"
}