TwitterLatest

Automatically switch Twitter feed to “Latest Tweets” ✨

什么是TwitterLatest?

TwitterLatest是由mattcdowning开发的Chrome扩展程序,该扩展的主要功能是“Automatically switch Twitter feed to “Latest Tweets” ✨”。

扩展截图

screenshot

下载TwitterLatest扩展crx文件

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

扩展使用说明

                        “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!                    

扩展基本信息

名称 TwitterLatest TwitterLatest
ID jfeokmgjhgkooomeejegoljcodnokich
官方URL https://chromewebstore.google.com/detail/twitterlatest/jfeokmgjhgkooomeejegoljcodnokich
简介 Automatically switch Twitter feed to “Latest Tweets” ✨
文件大小 7.8 KB
安装次数 69
当前版本 1.0.2
更新时间 2019-06-14
上架时间 2019-06-13
评分 1.00/5 共1次评分
开发者 mattcdowning
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitterlatest.netlify.com
支持的语言 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"
            ]
        }
    ]
}