While you were away Remover

Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work

什麼是While you were away Remover?

While you were away Remover是由Mark開發的Chrome擴展程式,該擴展的主要功能是“Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work”。

下載While you were away Remover擴展crx文件

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

擴展使用說明

                        Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else.

This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended.

May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.                    

擴展基本資訊

名稱 While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
官方網址 https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
簡介 Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
檔案大小 56.99 KB
安裝次數 65
目前版本 0.1
更新時間 2016-02-03
上架時間 2016-02-02
評分 4.00/5 共 8 次評分
開發者 Mark
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "While you were away Remover",
    "version": "0.1",
    "icons": {
        "48": "IconSmall.jpg",
        "128": "Icon.jpg"
    },
    "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work",
    "short_name": "WYWARemover",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "removeWYWA.js"
            ]
        }
    ]
}