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ファイルをダウンロード
Who Deleted Me - See Who Unfriends You拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |