FatFinger

This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.

ما هو FatFinger؟

FatFinger هو إضافة Chrome تم تطويرها بواسطة fbastello، والميزة الرئيسية لها هي "This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة FatFinger

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

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

                        Ever had the fat finger when browsing Facebook, triggering friend requests or likes when you didn't mean to?
Rather than finding the long winded solution to cancel a friend request, I propose to not sending it in the first place!
Shame this will not be available for Chrome on Android as this would have been the perfect place for it!

This plugin will automatically add an extra step everytime you are sending a Facebook friend request or attempt a like, asking you to confirm the action. This is quite a basic extension so feel free to contact me to suggest any improvements.

Planned improvements are:
* Easy on/off button
* Option to select which buttons to add confirmation (i.e. 'Likes' or 'Add Friend' only or both)
* Additional websites (LinkedIn, Twitter)                    

معلومات أساسية عن التمديد

الاسم FatFinger FatFinger
ID bipglecpnehaajopmocblkgdnikmgjpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/fatfinger/bipglecpnehaajopmocblkgdnikmgjpf
الوصف This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.
حجم الملف 30.99 KB
عدد التثبيتات 19
النسخة الحالية 0.1
آخر تحديث 2015-09-07
تاريخ النشر 2015-09-07
تقييم 5.00/5 مجموع تقييمات 3
المطور fbastello
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FatFinger",
    "description": "This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "fatfinger.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}