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.
Wat is Twitter autorefresh unless scrolled/overlaid?
Twitter autorefresh unless scrolled/overlaid is een Chrome-extensie ontwikkeld door Jeffrey Richman, en de belangrijkste functie is "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".
Download het CRX-bestand van de extensie Twitter autorefresh unless scrolled/overlaid
Download Twitter autorefresh unless scrolled/overlaid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | glnbjcncbinoinomckfpbbodbgpbbeid |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid |
Beschrijving | Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open. |
Bestandsgrootte | 4.57 KB |
Aantal Installaties | 37 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2017-09-18 |
Publicatiedatum | 2017-09-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jeffrey Richman |
Betalingswijze | free |
Extensiewebsite | http://www.jcrichman.com/article/Twitter-Autorefresh |
Ondersteunde Talen | 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": [] } |