Just Delete Me
Find out how difficult it is to delete your account from websites
Qu'est-ce que Just Delete Me ?
Just Delete Me est une extension Chrome développée par fregante, et sa fonction principale est "Find out how difficult it is to delete your account from websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Just Delete Me
Téléchargez les fichiers d'extension Just Delete Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | dlhckcablohllindinahbbpnfgblimoe |
URL Officiel | https://chromewebstore.google.com/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe |
Description | Find out how difficult it is to delete your account from websites |
Taille du Fichier | 9.83 KB |
Nombre d'Installations | 1,181 |
Version Actuelle | 23.12.10 |
Dernière Mise à Jour | 2023-12-10 |
Date de Publication | 2023-09-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | fregante |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fregante/jdm |
Langues Prises en Charge | 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" } } |