Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Latest Tweets First là gì?

Latest Tweets First là một tiện ích mở rộng Chrome được phát triển bởi https://latesttweetsfirst.com, và tính năng chính của nó là "Always show latest tweets with the new Twitter Layout.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Latest Tweets First

Tải xuống các tệp mở rộng Latest Tweets First dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Latest Tweets First Latest Tweets First
ID hfiojngnjcplepmpggjdlnhilccafgaf
URL Chính Thức https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf
Mô tả Always show latest tweets with the new Twitter Layout.
Kích Thước Tệp 7.04 KB
Số Lần Cài Đặt 626
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2019-07-30
Ngày Phát Hành 2019-07-30
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://latesttweetsfirst.com
Loại Thanh Toán free
Trang Web Mở Rộng https://latesttweetsfirst.com
URL Trang Trợ Giúp https://latesttweetsfirst.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
}