TwitterLatest

Automatically switch Twitter feed to “Latest Tweets” ✨

What is TwitterLatest?

TwitterLatest is a Chrome extension developed by mattcdowning, and its main feature is "Automatically switch Twitter feed to “Latest Tweets” ✨".

Extension Screenshots

screenshot

Download TwitterLatest Extension CRX File

Download TwitterLatest 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

                        “Is there a Chrome extension to fix the Twitter bug that keeps switching you back to the ‘top tweets’ feed even if you keep selecting ‘show latest tweets’?” - Benedict Evans

This is it!                    

Extension Basic Information

Name TwitterLatest TwitterLatest
ID jfeokmgjhgkooomeejegoljcodnokich
Official URL https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich
Description Automatically switch Twitter feed to “Latest Tweets” ✨
File Size 7.8 KB
Installation Count 69
Current Version 1.0.2
Last Updated 2019-06-14
Publish Date 2019-06-13
Rating 1.00/5 Total 1 Ratings
Developer mattcdowning
Email [email protected]
Payment Type free
Extension Website https://twitterlatest.netlify.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitterLatest",
    "version": "1.0.2",
    "description": "Automatically switch Twitter feed to \u201cLatest Tweets\u201d \u2728",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home",
                "https:\/\/mobile.twitter.com\/home"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}