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
Eメール [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"
            ]
        }
    ]
}