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
公式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"
            ]
        }
    ]
}