Dark Patterns

Find out the dark patterns on your website

Dark Patterns क्या है?

Dark Patterns matt.talebi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out the dark patterns on your website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark Patterns एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}