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

Wat is While you were away Remover?

While you were away Remover is een Chrome-extensie ontwikkeld door Mark, en de belangrijkste functie is "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".

Download het CRX-bestand van de extensie While you were away Remover

Download While you were away Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
Officiële URL https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
Beschrijving Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
Bestandsgrootte 56.99 KB
Aantal Installaties 65
Huidige Versie 0.1
Laatst Bijgewerkt 2016-02-03
Publicatiedatum 2016-02-02
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Mark
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}