Twitter Auto Refresh

Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…

Twitter Auto Refreshคืออะไร?

Twitter Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย goodbaikin และคุณลักษณะหลักของมันคือ "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Auto Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Twitter Auto Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default.

※Warning 
Be careful about setting extremely low refresh interval. You might reach the api limit. 

CHANGELOG
- Fixed the bug auto refresh works in other tabs(e.g. search, notifications, etc).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Auto Refresh Twitter Auto Refresh
ID aidapiigacnbamggokpnphddajiilfjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp
คำอธิบาย Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…
ขนาดไฟล์ 19.67 KB
จำนวนการติดตั้ง 3,058
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2021-02-21
คะแนน 3.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา goodbaikin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Auto Refresh",
    "descriptions": "Auto reload timeline on twitter.com",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}