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": []
}