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 Mark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में While you were away Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}