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 là gì?

FatFinger là một tiện ích mở rộng Chrome được phát triển bởi fbastello, và tính năng chính của nó là "This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FatFinger

Tải xuống các tệp mở rộng FatFinger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FatFinger FatFinger
ID bipglecpnehaajopmocblkgdnikmgjpf
URL Chính Thức https://chromewebstore.google.com/detail/fatfinger/bipglecpnehaajopmocblkgdnikmgjpf
Mô tả This extension for Facebook (for now) that adds a simple alert to confirm if you want to like something or send a friend request.
Kích Thước Tệp 30.99 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-09-07
Ngày Phát Hành 2015-09-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển fbastello
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}