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

Qu'est-ce que While you were away Remover ?

While you were away Remover est une extension Chrome développée par Mark, et sa fonction principale est "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".

Télécharger le fichier CRX de l'extension While you were away Remover

Téléchargez les fichiers d'extension While you were away Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
URL Officiel 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
Taille du Fichier 56.99 KB
Nombre d'Installations 65
Version Actuelle 0.1
Dernière Mise à Jour 2016-02-03
Date de Publication 2016-02-02
Évaluation 4.00/5 Total 8 Évaluations
Développeur Mark
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}