Add friends on Facebook
Extension auto add friends on facebook
Add friends on Facebook란 무엇입니까?
Add friends on Facebook은(는) thaycacac에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension auto add friends on facebook"입니다.
확장 프로그램 스크린샷
Add friends on Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps you to automatically add friends with friends on facebook, you can automatically add friends on pages with friends list with additional buttons like a member list, ... Step 1: Go to page members of group public or page find friends (https://www.facebook.com/?sk=ff) Step 2: Reload page current Step 3: Input limit add friends. Step 4: Click button Start
확장 프로그램 기본 정보
이름 | |
ID | hfgelnndldfocpbakijlajclkljembdm |
공식 URL | https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm |
설명 | Extension auto add friends on facebook |
파일 크기 | 24.03 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-05-02 |
출시 날짜 | 2019-05-02 |
평점 | 1.59/5 총 17 개의 평점 |
개발자 | thaycacac |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://thaycacac.github.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add friends on Facebook", "description": "Extension auto add friends on facebook", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/groups\/*\/members\/", "https:\/\/www.facebook.com\/?sk=ff" ], "js": [ "js\/tools.js" ] } ], "browser_action": { "default_popup": "html\/popup.html" }, "permissions": [ "storage", "activeTab", "tabs", "notifications" ] } |