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
官方網址 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"
}