Talk to the Hand

Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.

Co to jest Talk to the Hand?

Talk to the Hand to rozszerzenie Chrome opracowane przez becca.ooo, a jego główną funkcją jest „Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Talk to the Hand

Pobierz pliki rozszerzeń Talk to the Hand 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

                        Hides all of the ridiculous crap your friends put on Facebook. Mouse over for a full second and it will fade back into existence.                    

Podstawowe informacje o rozszerzeniu

Nazwa Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
Oficjalny URL https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Opis Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Rozmiar pliku 10.51 KB
Liczba instalacji 15
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2014-04-09
Data Publikacji 2014-04-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper becca.ooo
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talk to the Hand",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "96": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}