Just Delete Me

Find out how difficult it is to delete your account from websites

O que é Just Delete Me?

Just Delete Me é uma extensão do Chrome desenvolvida por fregante, e sua principal característica é "Find out how difficult it is to delete your account from websites".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Just Delete Me

Baixe arquivos de extensão Just Delete Me no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Just Delete Me Just Delete Me
ID dlhckcablohllindinahbbpnfgblimoe
URL Oficial https://chromewebstore.google.com/detail/just-delete-me/dlhckcablohllindinahbbpnfgblimoe
Descrição Find out how difficult it is to delete your account from websites
Tamanho do Arquivo 9.83 KB
Contagem de Instalações 1,181
Versão Atual 23.12.10
Última Atualização 2023-12-10
Data de Publicação 2023-09-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor fregante
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/fregante/jdm
Idiomas Suportados 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"
    }
}