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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
官方網址 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"
            ]
        }
    ]
}