Latest Tweets First

Always show latest tweets with the new Twitter Layout.

What is Latest Tweets First?

Latest Tweets First is a Chrome extension developed by https://latesttweetsfirst.com, and its main feature is "Always show latest tweets with the new Twitter Layout.".

Extension Screenshots

screenshot
screenshot

Download Latest Tweets First Extension CRX File

Download Latest Tweets First extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
Official URL https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
Description Always show latest tweets with the new Twitter Layout.
File Size 7.04 KB
Installation Count 626
Current Version 1.1.3
Last Updated 2019-07-30
Publish Date 2019-07-30
Rating 4.11/5 Total 9 Ratings
Developer https://latesttweetsfirst.com
Payment Type free
Extension Website https://latesttweetsfirst.com
Help Page URL https://latesttweetsfirst.com/contact
Supported Languages 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"
}