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…

What is Twitter Auto Refresh?

Twitter Auto Refresh is a Chrome extension developed by goodbaikin, and its main feature is "Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…".

Extension Screenshots

screenshot

Download Twitter Auto Refresh Extension CRX File

Download Twitter Auto Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitter Auto Refresh Twitter Auto Refresh
ID aidapiigacnbamggokpnphddajiilfjp
Official URL https://chromewebstore.google.com/detail/twitter-auto-refresh/aidapiigacnbamggokpnphddajiilfjp
Description Auto refresh timeline on twitter.com when you scroll to the top. The refresh interval is 3 seconds by default. ※Warning Be…
File Size 19.67 KB
Installation Count 3,058
Current Version 1.1.0
Last Updated 2021-02-22
Publish Date 2021-02-21
Rating 3.80/5 Total 10 Ratings
Developer goodbaikin
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}