Cancel All Sent Requests on Facebook
페이스북 친구 추가 요청한 목록을 삭제한다.
What is Cancel All Sent Requests on Facebook?
Cancel All Sent Requests on Facebook is a Chrome extension developed by 좋은친구, and its main feature is "페이스북 친구 추가 요청한 목록을 삭제한다.".
Extension Screenshots
Download Cancel All Sent Requests on Facebook Extension CRX File
Download Cancel All Sent Requests on Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
페이스북에서 친구 요청한 사람들이 1000명이 넘어가는 경우, 친구를 더 이상 추가할 수 없게 됩니다. 이럴 땐, 친구로 수락하지 않은 사람들에게 한 친구 추가 요청을 취소해야 합니다. 페이스북에서는 모든 요청을 취소하는 기능이 없습니다. 본 프로그램을 통해 일괄적으로 모든 친구 추가 요청을 취소할 수 있습니다. You can cancel all sent friends requests on Facebook at once.
Extension Basic Information
Name | Cancel All Sent Requests on Facebook |
ID | gnhmbebjhokboojbclgaibkijfpdkakf |
Official URL | https://chromewebstore.google.com/detail/cancel-all-sent-requests/gnhmbebjhokboojbclgaibkijfpdkakf |
Description | 페이스북 친구 추가 요청한 목록을 삭제한다. |
File Size | 19.5 KB |
Installation Count | 927 |
Current Version | 1.3 |
Last Updated | 2020-06-29 |
Publish Date | 2020-06-29 |
Rating | 4.75/5 Total 8 Ratings |
Developer | 좋은친구 |
[email protected] | |
Payment Type | free |
Help Page URL | https://cafe.naver.com/marketingzone |
Supported Languages | 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" ] } |