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

Co to jest tweet-hider?

tweet-hider to rozszerzenie Chrome opracowane przez http://tweet-hider.ru, a jego główną funkcją jest „tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia tweet-hider

Pobierz pliki rozszerzeń tweet-hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
Oficjalny URL https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Opis tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Rozmiar pliku 37.21 KB
Liczba instalacji 31
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2012-10-02
Data Publikacji 2012-10-02
Ocena 3.67/5 Łącznie 9 Oceny
Deweloper http://tweet-hider.ru
Typ Płatności free
Strona Rozszerzenia http://tweet-hider.ru
Obsługiwane Języki 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\/*"
    ]
}