AutoFriends
Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends
AutoFriendsคืออะไร?
AutoFriends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yohan Rathnayaka และคุณลักษณะหลักของมันคือ "Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoFriends
ดาวน์โหลดไฟล์ส่วนขยาย AutoFriends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can easily Add, Confirm, Delete, Cancel and Unfriend using this tool using "AutoFriends" extension ---- Steps ---- 1. Select Task (first You should go to related page in facebook) 2. Enter the number of friends you want to Add 3. Set the interval time (in seconds) 4. If you need set more time interval, you can enable toggle button. it's working between bulk request (It is not mandatory to prepare it) (optional) 5. Now click "Start" button 6. You can see now adding friends. enjoy! ---- Stop Task ---- if you click the "Stop task" button, stopped currently running task. Facebook auto accept friend request extension, Accept all friend requests fakebook chrome extension, Auto accept friend request Facebook script, Auto send friend request Facebook extension, Cancel sent request, Unfriend all Facebook friends Chrome extension, Delete friends request *------Important Notes------* This extension was previously called "Friends Add & Confirm". Now it is called AutoFriends. This extension works only with English language in Facebook™. (make sure change language to english in Facebook™). Facebook™ is a trademark of Facebook™ Inc. This extension, namely “AutoFriends" has no connection to Facebook™ inc. Use this extension at your own risk and carefully. The developer is not responsible for any restrictions on your Facebook™ account by using this extension. Using "AutoFriends" Chrome Extension means that you agree to these terms.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoFriends |
ID | pmpbhhdmaaccngiofnbaelglocmabnae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autofriends/pmpbhhdmaaccngiofnbaelglocmabnae |
คำอธิบาย | Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 7,606 |
เวอร์ชันปัจจุบัน | 2.5 |
อัปเดตครั้งล่าสุด | 2024-02-18 |
วันที่เผยแพร่ | 2022-05-17 |
คะแนน | 4.05/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Yohan Rathnayaka |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://autofriends.xyz/ |
URL หน้าช่วยเหลือ | https://autofriends.xyz/contactus |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/goodtechsolution/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutoFriends", "description": "Friends add, Confirm friends, cancel sent request, Delete incoming request, Unfriends, Remove friends", "version": "2.5", "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "js\/sweetalert2.js", "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs" ], "icons": { "120": "img\/logo.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" } } |