Talk to the Hand
Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
什么是Talk to the Hand?
Talk to the Hand是由becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.”。
扩展截图
下载Talk to the Hand扩展crx文件
下载Talk to the Hand扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides all of the ridiculous crap your friends put on Facebook. Mouse over for a full second and it will fade back into existence.
扩展基本信息
名称 | Talk to the Hand |
ID | nbcnegaandbnlmjjjiilflbejbjaleng |
官方URL | https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng |
简介 | Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad. |
文件大小 | 10.51 KB |
安装次数 | 15 |
当前版本 | 1.1.1 |
更新时间 | 2014-04-09 |
上架时间 | 2014-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | becca.ooo |
付费类型 | free |
支持的语言 | 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" ] } ] } |