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

Qu'est-ce que tweet-hider ?

tweet-hider est une extension Chrome développée par http://tweet-hider.ru, et sa fonction principale est "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension tweet-hider

Téléchargez les fichiers d'extension tweet-hider 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

                        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                    

Informations de Base sur l'Extension

Nom tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
URL Officiel https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Description tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Taille du Fichier 37.21 KB
Nombre d'Installations 31
Version Actuelle 1.6
Dernière Mise à Jour 2012-10-02
Date de Publication 2012-10-02
Évaluation 3.67/5 Total 9 Évaluations
Développeur http://tweet-hider.ru
Type de Paiement free
Site Web de l'Extension http://tweet-hider.ru
Langues Prises en Charge 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\/*"
    ]
}