Twitter autorefresh unless scrolled/overlaid

Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.

What is Twitter autorefresh unless scrolled/overlaid?

Twitter autorefresh unless scrolled/overlaid is a Chrome extension developed by Jeffrey Richman, and its main feature is "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".

Download Twitter autorefresh unless scrolled/overlaid Extension CRX File

Download Twitter autorefresh unless scrolled/overlaid 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

                        Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or an overlay/popup is open.

Version 2.1 released 9/17/17 to also watch for certain sub-popups like the emoji panel and a few others.

Version 2.2 released 9/18/17 to fix a small bug with 2.1                    

Extension Basic Information

Name Twitter autorefresh unless scrolled/overlaid Twitter autorefresh unless scrolled/overlaid
ID glnbjcncbinoinomckfpbbodbgpbbeid
Official URL https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid
Description Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
File Size 4.57 KB
Installation Count 37
Current Version 2.2
Last Updated 2017-09-18
Publish Date 2017-09-18
Rating 5.00/5 Total 1 Ratings
Developer Jeffrey Richman
Payment Type free
Extension Website http://www.jcrichman.com/article/Twitter-Autorefresh
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.",
    "manifest_version": 2,
    "name": "Twitter autorefresh unless scrolled\/overlaid",
    "version": "2.2",
    "homepage_url": "http:\/\/www.jcrichman.com\/article\/Twitter-Autorefresh",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": []
}