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”。
扩展截图
下载Dark Patterns扩展crx文件
下载Dark Patterns扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |