Friend Request Autobot
You can easily manage Facebook
Friend Request Autobot란 무엇입니까?
Friend Request Autobot은(는) Yohan Rathnayaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can easily manage Facebook"입니다.
확장 프로그램 스크린샷
Friend Request Autobot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can easily automate Facebook friends using the "Friend Request Autobot" Tool. add friends, remove friends, confirm friend requests, delete friend requests, group invites, page invites, and post share in groups. we will introduce new features In the future Guidelines:📕 1.First You need to install the "Friend Request Autobot" extension your web browser 2.Click the "Friend Request Autobot" extension icon in the top right of your browser 3.Login using Google an account or email 4.Select the best functions for you and subscribe 5.Now you can use the "Friend Request Autobot" tool and enjoy your life.! (if you need more information. you can refer to our website and YouTube channel. We have provided guidelines (videos and articles)) You can watch YouTube video tutorials and learn:👇 https://www.youtube.com/watch?v=P99h5JCYJrM&list=PLRvUz3vlk18scGO-gPY4tEdX_l5zHT_CR Contact us:📞 If you have any problems, You can contact us via Facebook, email, or our website. YouTube :👉 https://www.youtube.com/channel/UC8YmGKo2g9ygH9P7Mw9XcTQ Facebook:👉 https://www.facebook.com/Good-Tech-Solution-106033754710162 Website:👉 https://friendrequestautobot.com/contact Gmail:👉 [email protected] fb auto friend fequest, how to send unlimited facebook friend request daily, fb auto followers 2022, facebook auto followers new virsion, auto add friends facebook chrome extension, auto add friend facebook 2022
확장 프로그램 기본 정보
이름 | |
ID | omocdnkpplmgpkmjfneckoilmcohogpf |
공식 URL | https://chrome.google.com/webstore/detail/friend-request-autobot/omocdnkpplmgpkmjfneckoilmcohogpf |
설명 | You can easily manage Facebook |
파일 크기 | 180 KB |
설치 횟수 | 231 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-09-30 |
출시 날짜 | 2022-05-14 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Yohan Rathnayaka |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://friendrequestautobot.com/ |
도움말 페이지 URL | https://friendrequestautobot.com/contact |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/goodtechsolution/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Friend Request Autobot", "description": "You can easily manage Facebook", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/?autobot=collectMembers*" ], "js": [ "asset\/js\/collectFriends.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/friends\/requests?autobot=true*", "https:\/\/m.facebook.com\/home.php\/?autobot=true&confirm=true", "https:\/\/m.facebook.com\/home.php\/?autobot=true&delete=true" ], "js": [ "asset\/js\/collectRequests.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/friends\/?autobot=true*" ], "js": [ "removeFriends\/collectFriends.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/?autobot=collectPage*" ], "js": [ "asset\/js\/collectPages.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/?autobot=groupsInvite*" ], "js": [ "groupsInvite\/collectGroupInvites.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/?autobot=true*", "https:\/\/m.facebook.com\/home.php\/?autobot=true*" ], "js": [ "asset\/js\/collectGroups.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/?autobot=pagesInvite*" ], "js": [ "pagesInvite\/collectPageInvites.js", "asset\/js\/script.js" ], "css": [ "asset\/css\/style.css" ] }, { "matches": [ "https:\/\/www.friendrequestautobot.com\/*" ], "js": [ "asset\/js\/script.js" ] } ], "icons": { "120": "asset\/img\/icon128.png" }, "background": { "service_worker": "asset\/js\/background.js" }, "action": { "default_icon": "asset\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/fb.watch\/*", "https:\/\/www.friendrequestautobot.com\/*", "https:\/\/server.friendrequestautobot.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/fb.watch\/*", "https:\/\/*.friendrequestautobot.com\/*" ] } ] } |