Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Wat is Latest Tweets First?

Latest Tweets First is een Chrome-extensie ontwikkeld door https://latesttweetsfirst.com, en de belangrijkste functie is "Always show latest tweets with the new Twitter Layout.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Latest Tweets First

Download Latest Tweets First-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
Officiële URL https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
Beschrijving Always show latest tweets with the new Twitter Layout.
Bestandsgrootte 7.04 KB
Aantal Installaties 626
Huidige Versie 1.1.3
Laatst Bijgewerkt 2019-07-30
Publicatiedatum 2019-07-30
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://latesttweetsfirst.com
Betalingswijze free
Extensiewebsite https://latesttweetsfirst.com
Help Pagina-URL https://latesttweetsfirst.com/contact
Ondersteunde Talen 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"
}