Unfriendly – Facebook Unfriend Notifications
Notifies you of Facebook unfriends and more!
什麼是Unfriendly – Facebook Unfriend Notifications?
Unfriendly – Facebook Unfriend Notifications是由Nohus開發的Chrome擴展程式,該擴展的主要功能是“Notifies you of Facebook unfriends and more!”。
擴展截圖
下載Unfriendly – Facebook Unfriend Notifications擴展crx文件
下載Unfriendly – Facebook Unfriend Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unfriendly will show you a notification when someone unfriends you on Facebook. You can also click the browser button to see how your friend list changed over time (since you installed Unfriendly). Unlike similar extensions, Unfriendly sends no data at all to anyone, so your privacy is safe. Facebook is the only site it contacts, to check your friend list. Unfriendly is free and contains no ads. Install it now and you will always know when someone removes you on Facebook! If you like it, please rate it and tell your friends or share on social media! Unfriendly is not affiliated with Facebook. The name Facebook is a trademark of Facebook Inc.
擴展基本資訊
名稱 | |
ID | cdafmffkfnfiebeeplnbpfjhanjegnkp |
官方網址 | https://chrome.google.com/webstore/detail/unfriendly-%E2%80%93-facebook-unf/cdafmffkfnfiebeeplnbpfjhanjegnkp |
簡介 | Notifies you of Facebook unfriends and more! |
檔案大小 | 168 KB |
安裝次數 | 4,798 |
目前版本 | 8.0 |
更新時間 | 2019-06-02 |
上架時間 | 2019-06-02 |
評分 | 3.14/5 共 81 次評分 |
開發者 | Nohus |
付費類型 | free |
隱私政策頁面URL | https://files.nohus.eu/Unfriendly/privacy_policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unfriendly \u2013 Facebook Unfriend Notifications", "short_name": "Unfriendly", "description": "Notifies you of Facebook unfriends and more!", "version": "8.0", "author": "Nohus", "icons": { "48": "icon48.png", "128": "icon128.png", "512": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "notifications", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ] } |