Fast Friends Adder
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
Fast Friends Adder란 무엇입니까?
Fast Friends Adder은(는) https://yifanai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website."입니다.
확장 프로그램 스크린샷
Fast Friends Adder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new design of Facebook website (https://yifanai.com/facebook-new). This Chrome Extension is for users who would like to add new friends effortlessly. You can add it from Chrome Web Store (https://yifanai.com/ffa). You simply go to a page where there is friends you want to add (on Facebook), refresh the page and it starts working. When you want to finish adding friends, you can simply close the tab. If you happen to benefit from my free Chrome Extension, you can also support me financially by buying me coffee. 👨💻❤️☕️ https://buymeacoffee.com/yifanai https://patreon.com/yifanai https://github.com/sponsors/yifaneye
확장 프로그램 기본 정보
이름 | Fast Friends Adder |
ID | hmgacjfedelbnegghammmeehiogliggi |
공식 URL | https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi |
설명 | Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website. |
파일 크기 | 21.36 KB |
설치 횟수 | 3,234 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2022-10-16 |
출시 날짜 | 2021-07-17 |
평점 | 3.31/5 총 16 개의 평점 |
개발자 | https://yifanai.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yifanai.com |
도움말 페이지 URL | https://yifanai.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fast Friends Adder", "version": "0.1.4", "description": "Fast Friends Adder helps you to automatically click every \"Add Friend\" button on the new Facebook website.", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png", "512": "icon512.png" }, "author": "Yifan Ai", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "index.js" ] } ], "homepage_url": "https:\/\/www.yifanai.com\/" } |