tweet-hider

tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile

tweet-hider क्या है?

tweet-hider http://tweet-hider.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile 

Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that!

The extension will help you to hide replies and retweets in in a user's profile with one click.

How to use the extension:

After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again.

Invented by RiverCity - http://river-city.ru                    

एक्सटेंशन की मूल जानकारी

नाम tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
आधिकारिक URL https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
विवरण tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
फ़ाइल का आकार 37.21 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.6
अंतिम अपडेट 2012-10-02
प्रकाशन तिथि 2012-10-02
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर http://tweet-hider.ru
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tweet-hider.ru
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tweet-hider",
    "version": "1.6",
    "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "th.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tweet-hider.ru\/",
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ]
}