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

Vad är tweet-hider?

tweet-hider är en Chrome-tillägg utvecklad av http://tweet-hider.ru, och dess huvudfunktion är "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner tweet-hider-förlängningens CRX-fil

Ladda ner tweet-hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
Officiell webbadress https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Beskrivning tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Filstorlek 37.21 KB
Antal Installationer 31
Aktuell Version 1.6
Senast Uppdaterad 2012-10-02
Publiceringsdatum 2012-10-02
Betyg 3.67/5 Totalt 9 Betyg
Utvecklare http://tweet-hider.ru
Betalningssätt free
Tilläggswebbplats http://tweet-hider.ru
Stödda Språk 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\/*"
    ]
}