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
公式URL 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"
            ]
        }
    ]
}