Just Delete Me
Find out how difficult it is to delete your account from websites
Just Delete Meとは何ですか?
Just Delete Meはfreganteによって開発されたChromeの拡張機能で、その主な機能は「Find out how difficult it is to delete your account from websites」です。
拡張機能のスクリーンショット
Just Delete Me拡張機能のCRXファイルをダウンロード
Just Delete Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Information about how to delete account is pulled daily from JustDeleteMe.xyz ( http://justdeleteme.xyz/ ). This extension will add a traffic light icon to your toolbar indicating the difficulty in removing an account on the website your visiting. Upon clicking this icon you will be taken to justdeleteme.xyz, where you can find more information on how to delete your account. Colour Key: Green - Simple process Yellow - Some extra steps involved Red - Cannot be fully deleted without contacting customer-services Block - Cannot be deleted This extension is open source, if you wish to contribute or look though the code it's available on github (https://github.com/fregante/jdm).
拡張機能の基本情報
名前 | |
ID | dlhckcablohllindinahbbpnfgblimoe |
公式URL | https://chromewebstore.google.com/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe |
説明 | Find out how difficult it is to delete your account from websites |
ファイルサイズ | 9.83 KB |
インストール数 | 1,181 |
現在のバージョン | 23.12.10 |
最終更新日 | 2023-12-10 |
公開日 | 2023-09-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | fregante |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fregante/jdm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Delete Me", "version": "23.12.10", "description": "Find out how difficult it is to delete your account from websites", "homepage_url": "https:\/\/github.com\/fregante\/jdm", "manifest_version": 3, "minimum_chrome_version": "100", "icons": { "128": "icon.082f75ba.png" }, "permissions": [ "action", "activeTab", "alarms", "declarativeContent" ], "action": { "default_icon": { "32": "unknown.d674f62d.png" } }, "background": { "service_worker": "background.a054f291.js", "type": "module" } } |