Add friends on Facebook
Extension auto add friends on facebook
Add friends on Facebookคืออะไร?
Add friends on Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thaycacac และคุณลักษณะหลักของมันคือ "Extension auto add friends on facebook"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add friends on Facebook
ดาวน์โหลดไฟล์ส่วนขยาย Add friends on Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |