Just Delete Me
Find out how difficult it is to delete your account from websites
Just Delete Me là gì?
Just Delete Me là một tiện ích mở rộng Chrome được phát triển bởi fregante, và tính năng chính của nó là "Find out how difficult it is to delete your account from websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Just Delete Me
Tải xuống các tệp mở rộng Just Delete Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dlhckcablohllindinahbbpnfgblimoe |
URL Chính Thức | https://chromewebstore.google.com/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe |
Mô tả | Find out how difficult it is to delete your account from websites |
Kích Thước Tệp | 9.83 KB |
Số Lần Cài Đặt | 1,181 |
Phiên Bản Hiện Tại | 23.12.10 |
Cập Nhật Lần Cuối | 2023-12-10 |
Ngày Phát Hành | 2023-09-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | fregante |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fregante/jdm |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |