Twitter Timeline Auto Update

Updates the twitter timeline automatically when new tweets can be shown.

什麼是Twitter Timeline Auto Update?

Twitter Timeline Auto Update是由https://systemcluster.me開發的Chrome擴展程式,該擴展的主要功能是“Updates the twitter timeline automatically when new tweets can be shown.”。

擴展截圖

screenshot

下載Twitter Timeline Auto Update擴展crx文件

下載Twitter Timeline Auto Update擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Twitter Auto Update updates the twitter timeline automatically, removing the need of the additional user interaction each time new tweets should be shown.

By default the extension only updates the timeline while it isn't scrolled down, an option is provided to enable unconditional updates.                    

擴展基本資訊

名稱 Twitter Timeline Auto Update Twitter Timeline Auto Update
ID ddbjabcmjjifognjcopebcllgpbdjlbm
官方網址 https://chromewebstore.google.com/detail/twitter-timeline-auto-upd/ddbjabcmjjifognjcopebcllgpbdjlbm
簡介 Updates the twitter timeline automatically when new tweets can be shown.
檔案大小 23.5 KB
安裝次數 1,085
目前版本 0.3
更新時間 2018-07-28
上架時間 2018-07-28
評分 3.33/5 共 9 次評分
開發者 https://systemcluster.me
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Timeline Auto Update",
    "short_name": "Twitter Refresh",
    "description": "Updates the twitter timeline automatically when new tweets can be shown.",
    "version": "0.3",
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true
    },
    "icons": {
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/inject.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/twitter.com\/*"
    ]
}