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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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)
확장 프로그램 기본 정보
이름 | |
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" } } |