Dark Pattern Detector
Detects dark patterns and warns users about them.
Wat is Dark Pattern Detector?
Dark Pattern Detector is een Chrome-extensie ontwikkeld door Jose Reyes, en de belangrijkste functie is "Detects dark patterns and warns users about them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dark Pattern Detector
Download Dark Pattern Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension to detect dark patterns in the wild. Basisinformatie over de Extensie
| Naam | |
| ID | mjgjfppfhncpbgkggekjcaomikbokhmc |
| Officiële URL | https://chromewebstore.google.com/detail/dark-pattern-detector/mjgjfppfhncpbgkggekjcaomikbokhmc |
| Beschrijving | Detects dark patterns and warns users about them. |
| Bestandsgrootte | 671 KB |
| Aantal Installaties | 108 |
| Huidige Versie | 0.0.0.3 |
| Laatst Bijgewerkt | 2020-06-07 |
| Publicatiedatum | 2020-06-07 |
| Ontwikkelaar | Jose Reyes |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://modernreliance.com/privacy-policy |
| Ondersteunde Talen | 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": [
" | |