UnFriendAll
unfriend your facebook contacts
UnFriendAll란 무엇입니까?
UnFriendAll은(는) https://www.momiplay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "unfriend your facebook contacts"입니다.
확장 프로그램 스크린샷
UnFriendAll 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!
확장 프로그램 기본 정보
이름 | UnFriendAll |
ID | hepfdojjepkcbjibihddkangmhecjifk |
공식 URL | https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk |
설명 | unfriend your facebook contacts |
파일 크기 | 241 KB |
설치 횟수 | 601 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-08-13 |
출시 날짜 | 2021-08-12 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | https://www.momiplay.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.momiplay.com |
도움말 페이지 URL | https://www.momiplay.com/73.html |
개인정보 보호 정책 페이지 URL | https://mypdfclub.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnFriendAll", "description": "unfriend your facebook contacts", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "1.0", "permissions": [ "storage", "webNavigation", "identity", "scripting" ], "host_permissions": [ "https:\/\/m.facebook.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "images\/icon16.png", "default_title": "UnFriendAll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/friends\/center\/friends*" ], "css": [ "css\/style-content.css", "css\/layer.css" ], "js": [ "js\/jquery-2.2.1.js", "js\/layer.js", "js\/content_script.js" ] } ], "options_page": "options.html", "manifest_version": 3 } |