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