Talk to the Hand

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

Cos'è Talk to the Hand?

Talk to the Hand è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Talk to the Hand

Scarica i file di estensione Talk to the Hand in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
URL Ufficiale https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Descrizione Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Dimensione del File 10.51 KB
Conteggio Installazioni 15
Versione Corrente 1.1.1
Ultimo Aggiornamento 2014-04-09
Data di Pubblicazione 2014-04-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore becca.ooo
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}