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

Hvad er While you were away Remover?

While you were away Remover er en Chrome-udvidelse udviklet af Mark, og dens hovedfunktion er "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-udvidelses-CRX-fil

Download While you were away Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
Officiel URL https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
Beskrivelse Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
Filstørrelse 56.99 KB
Antal Installationer 65
Nuværende Version 0.1
Senest Opdateret 2016-02-03
Udgivelsesdato 2016-02-02
Bedømmelse 4.00/5 Samlet 8 Bedømmelser
Udvikler Mark
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}