Dark Patterns

Find out the dark patterns on your website

Dark Patterns là gì?

Dark Patterns là một tiện ích mở rộng Chrome được phát triển bởi matt.talebi, và tính năng chính của nó là "Find out the dark patterns on your website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark Patterns

Tải xuống các tệp mở rộng Dark Patterns dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dark Patterns Dark Patterns
ID mmodaifhembdmcmgcmmjlfceflekmkoc
URL Chính Thức https://chromewebstore.google.com/detail/dark-patterns/mmodaifhembdmcmgcmmjlfceflekmkoc
Mô tả Find out the dark patterns on your website
Kích Thước Tệp 44.36 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-05-13
Ngày Phát Hành 2020-05-13
Nhà Phát Triển matt.talebi
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/oneuxco/dark-patterns-plugin
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}