Dark Pattern Detector
Detects dark patterns and warns users about them.
什么是Dark Pattern Detector?
Dark Pattern Detector是由Jose Reyes开发的Chrome扩展程序,该扩展的主要功能是“Detects dark patterns and warns users about them.”。
扩展截图
下载Dark Pattern Detector扩展crx文件
下载Dark Pattern Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to detect dark patterns in the wild.
扩展基本信息
名称 | Dark Pattern Detector |
ID | mjgjfppfhncpbgkggekjcaomikbokhmc |
官方URL | https://chromewebstore.google.com/detail/dark-pattern-detector/mjgjfppfhncpbgkggekjcaomikbokhmc |
简介 | Detects dark patterns and warns users about them. |
文件大小 | 671 KB |
安装次数 | 108 |
当前版本 | 0.0.0.3 |
更新时间 | 2020-06-07 |
上架时间 | 2020-06-07 |
开发者 | Jose Reyes |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://modernreliance.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Pattern Detector", "description": "Detects dark patterns and warns users about them.", "version": "0.0.0.3", "author": "Jose Reyes", "browser_action": { "default_icon": "assets\/icons\/favicon-16x16.png", "default_title": "Dark Pattern Detector", "default_popup": "index.html" }, "icons": { "16": "\/assets\/icons\/favicon-16x16.png", "48": "assets\/icons\/android-icon-48x48.png", "128": "assets\/icons\/chrome-icon-128x128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |