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 |
官方網址 | 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": [ " |