Talk to the Hand

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

Vad är Talk to the Hand?

Talk to the Hand är en Chrome-tillägg utvecklad av becca.ooo, och dess huvudfunktion är "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Talk to the Hand-förlängningens CRX-fil

Ladda ner Talk to the Hand-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
Officiell webbadress https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Beskrivning Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Filstorlek 10.51 KB
Antal Installationer 15
Aktuell Version 1.1.1
Senast Uppdaterad 2014-04-09
Publiceringsdatum 2014-04-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare becca.ooo
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}