Talk to the Hand
Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
What is Talk to the Hand?
Talk to the Hand is a Chrome extension developed by becca.ooo, and its main feature is "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".
Extension Screenshots
Download Talk to the Hand Extension CRX File
Download Talk to the Hand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides all of the ridiculous crap your friends put on Facebook. Mouse over for a full second and it will fade back into existence.
Extension Basic Information
Name | Talk to the Hand |
ID | nbcnegaandbnlmjjjiilflbejbjaleng |
Official URL | 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. |
File Size | 10.51 KB |
Installation Count | 15 |
Current Version | 1.1.1 |
Last Updated | 2014-04-09 |
Publish Date | 2014-04-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | becca.ooo |
Payment Type | free |
Supported Languages | 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" ] } ] } |