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
官方網址 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"
}