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

What is While you were away Remover?

While you were away Remover is a Chrome extension developed by Mark, and its main feature is "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".

Download While you were away Remover Extension CRX File

Download While you were away Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
Official URL https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
Description Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
File Size 56.99 KB
Installation Count 65
Current Version 0.1
Last Updated 2016-02-03
Publish Date 2016-02-02
Rating 4.00/5 Total 8 Ratings
Developer Mark
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}