Who deleted me ?
This extension sends notifications everytime you get unfriended from Facebook.
什么是Who deleted me ??
Who deleted me ?是由crissleb386开发的Chrome扩展程序,该扩展的主要功能是“This extension sends notifications everytime you get unfriended from Facebook.”。
扩展截图
下载Who deleted me ?扩展crx文件
下载Who deleted me ?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get alerted when someone unfriends your from Facebook. It can also report who deactivate his account. DISCLAIMER !!! This extension is NOT developper or related (to/by) Facebook(tm) team. It is developped independently to add some feature to Facebook(tm). IMPORTANT !!! When you install the extension, it saves all your friendlist (id and names of your friends), you ID and your name in your browser storage. In other words, we DO NOT SAVE ANY SENSITIVE DATA in our server. This means your data is SAFE 100%. NO WORRIES. * This app only shows who unfriended you AFTER installing the extension. IT CAN'T show who deleted you before the installation. ALL YOUR DATA IS STORED LOCALLY. * Unfriend Finder for Facebook. * Who Deleted Me on Facebook ? * Unfriending. * Deleted Facebook Friends Privacy URL: https://who-unfriend.me/privay.txt
扩展基本信息
名称 | Who deleted me ? |
ID | lmkepljhcelkkbibdkmcgojkfhmibpco |
官方URL | https://chromewebstore.google.com/detail/who-deleted-me/lmkepljhcelkkbibdkmcgojkfhmibpco |
简介 | This extension sends notifications everytime you get unfriended from Facebook. |
文件大小 | 30.19 KB |
安装次数 | 6,332 |
当前版本 | 3.2.0 |
更新时间 | 2024-01-10 |
上架时间 | 2019-09-17 |
评分 | 2.43/5 共63次评分 |
开发者 | crissleb386 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://who-unfriend.me/privacy.txt |
支持的语言 | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "version": "3.2.0", "name": "__MSG_appName__", "default_locale": "en", "manifest_version": 3, "action": { "default_title": "Who deleted me ?" }, "icons": { "48": ".\/icons\/ic_48.png", "128": ".\/icons\/ic_128.png" }, "background": { "service_worker": "background-wrapper.js" }, "content_scripts": [ { "matches": [ "https:\/\/deleted.miinosoft.com\/history.html" ], "js": [ "history.bundle.js" ] }, { "matches": [ "https:\/\/deleted.miinosoft.com\/index.html", "https:\/\/deleted.miinosoft.com\/" ], "js": [ "content.bundle.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/deleted.miinosoft.com\/*" ] }, "permissions": [ "alarms", "cookies", "storage", "notifications" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |