Dark Patterns

Find out the dark patterns on your website

Dark Patterns란 무엇입니까?

Dark Patterns은(는) matt.talebi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out the dark patterns on your website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dark Patterns 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Dark Patterns Dark Patterns
ID mmodaifhembdmcmgcmmjlfceflekmkoc
공식 URL https://chromewebstore.google.com/detail/dark-patterns/mmodaifhembdmcmgcmmjlfceflekmkoc
설명 Find out the dark patterns on your website
파일 크기 44.36 KB
설치 횟수 95
현재 버전 0.1.1
최근 업데이트 2020-05-13
출시 날짜 2020-05-13
개발자 matt.talebi
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/oneuxco/dark-patterns-plugin
지원되는 언어 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"
    ]
}