Dark Patterns

Find out the dark patterns on your website

O que é Dark Patterns?

Dark Patterns é uma extensão do Chrome desenvolvida por matt.talebi, e sua principal característica é "Find out the dark patterns on your website".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Patterns

Baixe arquivos de extensão Dark Patterns 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

                        This plugin is early beta and has limited data, however as our database of dark patterns grow you will be able to view what dark patterns may exist on the websites you browse.

What is a dark pattern?
Dark patterns are when websites and products hide beneficial features for users that may not be so beneficial to the business or use tricky language and imagery to force a user to take or not take an action. Some examples include:

Causing problems when people want to unsubscribe from a newsletter
Hiding registration options so people feel the only way to register is through social media
Showing pricing in an unclear way to get users to go towards a specific package (that may not necessarily be the best package)

In other words, arguably unethical trickery on the end users to gain something, whether intentional or not.                    

Informações Básicas da Extensão

Nome Dark Patterns Dark Patterns
ID mmodaifhembdmcmgcmmjlfceflekmkoc
URL Oficial https://chromewebstore.google.com/detail/dark-patterns/mmodaifhembdmcmgcmmjlfceflekmkoc
Descrição Find out the dark patterns on your website
Tamanho do Arquivo 44.36 KB
Contagem de Instalações 95
Versão Atual 0.1.1
Última Atualização 2020-05-13
Data de Publicação 2020-05-13
Desenvolvedor matt.talebi
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/oneuxco/dark-patterns-plugin
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Patterns",
    "description": "Find out the dark patterns on your website",
    "version": "0.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Dark Pattern Notifications",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}