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是由goodbaikin開發的Chrome擴展程式,該擴展的主要功能是“Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…”。

擴展截圖

screenshot

下載Twitter Auto Refresh擴展crx文件

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