Facebook auto tools
Facebook auto tools
Facebook auto tools란 무엇입니까?
Facebook auto tools은(는) Nguyễn Lê Quốc Huy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebook auto tools"입니다.
확장 프로그램 스크린샷
Facebook auto tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Facebook Auto Tools is a collection of automatic utility tools, making it more convenient for facebook users to use. + Automatically send friend requests. + Automatically cancel sent friend requests. + Automatically send invitations like pages to friends. + Automatically send invitations join group to friends. + Automatically like posts, comments. + Automatically upload photos from profiles, fan pages, groups. + Automatically download video (watch). Only works on facebook, not on other sites.
확장 프로그램 기본 정보
이름 | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
공식 URL | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
설명 | Facebook auto tools |
파일 크기 | 102 KB |
설치 횟수 | 77 |
현재 버전 | 2.4.3 |
최근 업데이트 | 2021-09-14 |
출시 날짜 | 2021-08-31 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Nguyễn Lê Quốc Huy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.facebook.com/quochuy.nguyenle.716 |
도움말 페이지 URL | https://www.facebook.com/quochuy.nguyenle.716 |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "name": "Facebook auto tools", "version": "2.4.3", "short_name": "FB.A.T", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "s.png", "32": "s.png", "48": "s.png", "128": "s.png" }, "description": "Facebook auto tools", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "js\/style.css" ], "js": [ "jquery.js", "js\/function_jh23487wefn8234e.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_idle" } ] } |