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是由fbastello开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载FatFinger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
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" } } |