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 |
Eメール | [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" ] } |