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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yifanai.com และคุณลักษณะหลักของมันคือ "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Friends Adder
ดาวน์โหลดไฟล์ส่วนขยาย Fast Friends Adder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/" } |