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.

什么是Twitter autorefresh unless scrolled/overlaid?

Twitter autorefresh unless scrolled/overlaid是由Jeffrey Richman开发的Chrome扩展程序,该扩展的主要功能是“Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.”。

下载Twitter autorefresh unless scrolled/overlaid扩展crx文件

下载Twitter autorefresh unless scrolled/overlaid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Twitter autorefresh unless scrolled/overlaid Twitter autorefresh unless scrolled/overlaid
ID glnbjcncbinoinomckfpbbodbgpbbeid
官方URL https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid
简介 Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
文件大小 4.57 KB
安装次数 37
当前版本 2.2
更新时间 2017-09-18
上架时间 2017-09-18
评分 5.00/5 共1次评分
开发者 Jeffrey Richman
付费类型 free
扩展官网 http://www.jcrichman.com/article/Twitter-Autorefresh
支持的语言 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": []
}