Auto Refresh For Twitter™

Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.

什么是Auto Refresh For Twitter™?

Auto Refresh For Twitter™是由us08582开发的Chrome扩展程序,该扩展的主要功能是“Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.”。

扩展截图

screenshot
screenshot

下载Auto Refresh For Twitter™扩展crx文件

下载Auto Refresh For Twitter™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto Refresh Tweets:
Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page.

New Tweets Button:
Take you back to the top of page, and load new tweets.


It is will not disturb your other actions.

Simple and Effective.

If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)                    

扩展基本信息

名称 Auto Refresh For Twitter™ Auto Refresh For Twitter™
ID plogieadpldaahcnmopfhjpnakdeaccd
官方URL https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd
简介 Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
文件大小 51.74 KB
安装次数 21,290
当前版本 2.1.0
更新时间 2019-01-16
上架时间 2019-01-16
评分 3.35/5 共57次评分
开发者 us08582
付费类型 free
支持的语言 de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.1.0"
}