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 là gì?

Twitter autorefresh unless scrolled/overlaid là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Richman, và tính năng chính của nó là "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.".

Tải xuống tệp CRX của tiện ích mở rộng Twitter autorefresh unless scrolled/overlaid

Tải xuống các tệp mở rộng Twitter autorefresh unless scrolled/overlaid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter autorefresh unless scrolled/overlaid Twitter autorefresh unless scrolled/overlaid
ID glnbjcncbinoinomckfpbbodbgpbbeid
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid
Mô tả Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
Kích Thước Tệp 4.57 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2017-09-18
Ngày Phát Hành 2017-09-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jeffrey Richman
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jcrichman.com/article/Twitter-Autorefresh
Ngôn Ngữ Được Hỗ Trợ 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": []
}