Latest Tweets First

Always show latest tweets with the new Twitter Layout.

什么是Latest Tweets First?

Latest Tweets First是由https://latesttweetsfirst.com开发的Chrome扩展程序,该扩展的主要功能是“Always show latest tweets with the new Twitter Layout.”。

扩展截图

screenshot
screenshot

下载Latest Tweets First扩展crx文件

下载Latest Tweets First扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
官方URL https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
简介 Always show latest tweets with the new Twitter Layout.
文件大小 7.04 KB
安装次数 626
当前版本 1.1.3
更新时间 2019-07-30
上架时间 2019-07-30
评分 4.11/5 共9次评分
开发者 https://latesttweetsfirst.com
付费类型 free
扩展官网 https://latesttweetsfirst.com
帮助页面URL https://latesttweetsfirst.com/contact
支持的语言 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"
}