Dark Patterns

Find out the dark patterns on your website

Τι είναι το Dark Patterns;

Το Dark Patterns είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matt.talebi, και η κύρια λειτουργία του είναι "Find out the dark patterns on your website".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Patterns

Λήψη αρχείων επέκτασης 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 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"
    ]
}