Talk to the Hand

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

Qu'est-ce que Talk to the Hand ?

Talk to the Hand est une extension Chrome développée par becca.ooo, et sa fonction principale est "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Talk to the Hand

Téléchargez les fichiers d'extension Talk to the Hand 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

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

Informations de Base sur l'Extension

Nom Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
URL Officiel https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Description Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Taille du Fichier 10.51 KB
Nombre d'Installations 15
Version Actuelle 1.1.1
Dernière Mise à Jour 2014-04-09
Date de Publication 2014-04-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur becca.ooo
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}