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 |
公式URL | 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\/*" ] } |