Cancel All Sent Requests on Facebook
페이스북 친구 추가 요청한 목록을 삭제한다.
Cancel All Sent Requests on Facebookคืออะไร?
Cancel All Sent Requests on Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 좋은친구 และคุณลักษณะหลักของมันคือ "페이스북 친구 추가 요청한 목록을 삭제한다."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cancel All Sent Requests on Facebook
ดาวน์โหลดไฟล์ส่วนขยาย Cancel All Sent Requests on Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
페이스북에서 친구 요청한 사람들이 1000명이 넘어가는 경우, 친구를 더 이상 추가할 수 없게 됩니다. 이럴 땐, 친구로 수락하지 않은 사람들에게 한 친구 추가 요청을 취소해야 합니다. 페이스북에서는 모든 요청을 취소하는 기능이 없습니다. 본 프로그램을 통해 일괄적으로 모든 친구 추가 요청을 취소할 수 있습니다. You can cancel all sent friends requests on Facebook at once.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cancel All Sent Requests on Facebook |
ID | gnhmbebjhokboojbclgaibkijfpdkakf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cancel-all-sent-requests/gnhmbebjhokboojbclgaibkijfpdkakf |
คำอธิบาย | 페이스북 친구 추가 요청한 목록을 삭제한다. |
ขนาดไฟล์ | 19.5 KB |
จำนวนการติดตั้ง | 927 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-06-29 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | 좋은친구 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://cafe.naver.com/marketingzone |
ภาษาที่รองรับ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cancel All Sent Requests on Facebook", "short_name": "\ud398\uc774\uc2a4\ubd81 \uce5c\uad6c \ucd94\uac00 \uc694\uccad \ubaa9\ub85d \uc0ad\uc81c\ud558\uae30", "description": "\ud398\uc774\uc2a4\ubd81 \uce5c\uad6c \ucd94\uac00 \uc694\uccad\ud55c \ubaa9\ub85d\uc744 \uc0ad\uc81c\ud55c\ub2e4.", "version": "1.3", "manifest_version": 2, "icons": { "16": "img\/fb_delete_friend_16.png", "24": "img\/fb_delete_friend_24.png", "32": "img\/fb_delete_friend_32.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/fb_delete_friend_19.png", "default_title": "Cancel all sent friend requests on facebook" }, "permissions": [ "activeTab" ] } |