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.
Cos'è Twitter autorefresh unless scrolled/overlaid?
Twitter autorefresh unless scrolled/overlaid è un'estensione di Chrome sviluppata da Jeffrey Richman, e la sua funzione principale è "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".
Scarica il file CRX dell'estensione Twitter autorefresh unless scrolled/overlaid
Scarica i file di estensione Twitter autorefresh unless scrolled/overlaid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | glnbjcncbinoinomckfpbbodbgpbbeid |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid |
Descrizione | Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open. |
Dimensione del File | 4.57 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2017-09-18 |
Data di Pubblicazione | 2017-09-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Jeffrey Richman |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.jcrichman.com/article/Twitter-Autorefresh |
Lingue Supportate | 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": [] } |