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.

Co je Twitter autorefresh unless scrolled/overlaid?

Twitter autorefresh unless scrolled/overlaid je rozšíření Chrome vyvinuté Jeffrey Richman, a jeho hlavní funkcí je „Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.“.

Stáhnout soubor CRX rozšíření Twitter autorefresh unless scrolled/overlaid

Stáhněte si soubory rozšíření Twitter autorefresh unless scrolled/overlaid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Twitter autorefresh unless scrolled/overlaid Twitter autorefresh unless scrolled/overlaid
ID glnbjcncbinoinomckfpbbodbgpbbeid
Oficiální URL https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid
Popis Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
Velikost souboru 4.57 KB
Počet instalací 37
Aktuální Verze 2.2
Poslední Aktualizace 2017-09-18
Datum Vydání 2017-09-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Jeffrey Richman
Typ Platby free
Webové stránky Rozšíření http://www.jcrichman.com/article/Twitter-Autorefresh
Podporované Jazyky 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": []
}