Talk to the Hand

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

Was ist Talk to the Hand?

Talk to the Hand ist eine Chrome-Erweiterung, die von becca.ooo entwickelt wurde, und ihr Hauptmerkmal ist "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Talk to the Hand-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talk to the Hand-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
Offizielle URL https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Beschreibung Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Dateigröße 10.51 KB
Installationsanzahl 15
Aktuelle Version 1.1.1
Letztes Update 2014-04-09
Veröffentlichungsdatum 2014-04-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler becca.ooo
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}