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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mark, και η κύρια λειτουργία του είναι "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".

Λήψη αρχείου CRX της επέκτασης While you were away Remover

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}