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 هو إضافة Chrome تم تطويرها بواسطة becca.ooo، والميزة الرئيسية لها هي "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Talk to the Hand

قم بتنزيل ملفات الامتداد Talk to the Hand بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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