Latest Tweets First

Always show latest tweets with the new Twitter Layout.

Latest Tweets Firstคืออะไร?

Latest Tweets First เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://latesttweetsfirst.com และคุณลักษณะหลักของมันคือ "Always show latest tweets with the new Twitter Layout."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latest Tweets First

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}