Auto Refresh For Twitter™

Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.

Auto Refresh For Twitter™คืออะไร?

Auto Refresh For Twitter™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย us08582 และคุณลักษณะหลักของมันคือ "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page."

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

screenshot
screenshot

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

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

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

                        Auto Refresh Tweets:
Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page.

New Tweets Button:
Take you back to the top of page, and load new tweets.


It is will not disturb your other actions.

Simple and Effective.

If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)                    

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

ชื่อ Auto Refresh For Twitter™ Auto Refresh For Twitter™
ID plogieadpldaahcnmopfhjpnakdeaccd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd
คำอธิบาย Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
ขนาดไฟล์ 51.74 KB
จำนวนการติดตั้ง 21,290
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2019-01-16
วันที่เผยแพร่ 2019-01-16
คะแนน 3.35/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา us08582
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.1.0"
}