Who Deleted Me - See Who Unfriends You
Keep track of who unfriends you on social networks.
Who Deleted Me - See Who Unfriends You란 무엇입니까?
Who Deleted Me - See Who Unfriends You은(는) https://www.deleted.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of who unfriends you on social networks."입니다.
확장 프로그램 스크린샷
Who Deleted Me - See Who Unfriends You 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See who deletes/unfriends you on social networks! Who Deleted Me keeps track of your friend list and notifies you when friends go missing. We'll tell you if they deleted you or deactivated. We'll also tell you when you make new friends!
확장 프로그램 기본 정보
이름 | Who Deleted Me - See Who Unfriends You |
ID | eiepnnbjenknnjgabbodaihlnkkpkgll |
공식 URL | https://chromewebstore.google.com/detail/who-deleted-me-see-who-un/eiepnnbjenknnjgabbodaihlnkkpkgll |
설명 | Keep track of who unfriends you on social networks. |
파일 크기 | 180 KB |
설치 횟수 | 100,000 |
현재 버전 | 3.0.10 |
최근 업데이트 | 2024-01-02 |
출시 날짜 | 2020-04-09 |
평점 | 3.20/5 총 487 개의 평점 |
개발자 | https://www.deleted.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.deleted.io |
도움말 페이지 URL | https://www.deleted.io/help |
개인정보 보호 정책 페이지 URL | http://www.deleted.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.10", "manifest_version": 3, "name": "Who Deleted Me - See Who Unfriends You", "short_name": "Who Deleted Me", "description": "Keep track of who unfriends you on social networks.", "homepage_url": "https:\/\/www.deleted.io", "author": "Who Deleted Me", "permissions": [ "alarms" ], "host_permissions": [ "*:\/\/*.deleted.io\/", "*:\/\/*.facebook.com\/" ], "background": { "service_worker": "service-worker.js" }, "action": { "browser_style": true, "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "100": "icons\/icon100.png", "128": "icons\/icon128.png" }, "default_title": "Who Deleted Me" }, "content_scripts": [ { "matches": [ "*:\/\/*.deleted.io\/*" ], "js": [ "vendor\/webextension-polyfill\/dist\/browser-polyfill.js", "wdm-content.js" ] } ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "100": "icons\/icon100.png", "128": "icons\/icon128.png" } } |