Cancel All Sent Requests on Facebook
페이스북 친구 추가 요청한 목록을 삭제한다.
Cos'è Cancel All Sent Requests on Facebook?
Cancel All Sent Requests on Facebook è un'estensione di Chrome sviluppata da 좋은친구, e la sua funzione principale è "페이스북 친구 추가 요청한 목록을 삭제한다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cancel All Sent Requests on Facebook
Scarica i file di estensione Cancel All Sent Requests on Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
페이스북에서 친구 요청한 사람들이 1000명이 넘어가는 경우, 친구를 더 이상 추가할 수 없게 됩니다. 이럴 땐, 친구로 수락하지 않은 사람들에게 한 친구 추가 요청을 취소해야 합니다. 페이스북에서는 모든 요청을 취소하는 기능이 없습니다. 본 프로그램을 통해 일괄적으로 모든 친구 추가 요청을 취소할 수 있습니다. You can cancel all sent friends requests on Facebook at once.
Informazioni di Base sull'Estensione
Nome | Cancel All Sent Requests on Facebook |
ID | gnhmbebjhokboojbclgaibkijfpdkakf |
URL Ufficiale | https://chromewebstore.google.com/detail/cancel-all-sent-requests/gnhmbebjhokboojbclgaibkijfpdkakf |
Descrizione | 페이스북 친구 추가 요청한 목록을 삭제한다. |
Dimensione del File | 19.5 KB |
Conteggio Installazioni | 927 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-06-29 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | 좋은친구 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://cafe.naver.com/marketingzone |
Lingue Supportate | 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" ] } |