Digitale Polarisatie

Collects data from results from search engines to determine bubble filtering and bias polarization.

Τι είναι το Digitale Polarisatie;

Το Digitale Polarisatie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The BMS Lab, και η κύρια λειτουργία του είναι "Collects data from results from search engines to determine bubble filtering and bias polarization.".

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

screenshot

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

Λήψη αρχείων επέκτασης Digitale Polarisatie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Digitale Polarisatie is een burgerwetenschap project waar de invloed van zoekmachines op polarisatie in onze maatschappij wordt onderzocht. Dit gebeurt met behulp van deze browser extensie en daarbij hebben wij jouw hulp nodig!

De browser extensie voert zoekopdrachten uit via jouw browser. Deze zoekopdrachten bestaan uit generieke zoektermen en zoektermen gebaseerd op de actualiteit. Om veiligheid te garanderen, wordt er zorgvuldig met de verzamelde data omgegaan.  

Wij hebben geen toegang tot jouw persoonlijke data.
De verstrekte informatie is geanonimiseerd en kan niet tot een persoon herleid worden.
De browser extensie wordt automatisch gedeactiveerd op 1 september 2024.

Voor extra informatie of vragen kan je terecht bij de website van Digitale Polarisatie: https://digitalepolarisatie.nl/.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Digitale Polarisatie Digitale Polarisatie
ID bpkhbgjgbajijpeieljgjndbfpefjllp
Επίσημο URL https://chromewebstore.google.com/detail/digitale-polarisatie/bpkhbgjgbajijpeieljgjndbfpefjllp
Περιγραφή Collects data from results from search engines to determine bubble filtering and bias polarization.
Μέγεθος Αρχείου 2.49 MB
Αριθμός Εγκαταστάσεων 742
Τρέχουσα Έκδοση 1.0.112
Τελευταία Ενημέρωση 2024-01-16
Ημερομηνία Δημοσίευσης 2022-09-27
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής The BMS Lab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://digitalepolarisatie.nl/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.utwente.nl/nl/centrumdigitaleinclusie/Lopende%20projecten/Digitale%20Polarisatie%20(Dutch%20Search%20Engine%20Project)/
URL της Σελίδας Πολιτικής Απορρήτου https://www.utwente.nl/en/bms/datalab/research-data-and-gdpr
Υποστηριζόμενες Γλώσσες nl
manifest.json
{
    "name": "Digitale Polarisatie",
    "version": "1.0.112",
    "description": "Collects data from results from search engines to determine bubble filtering and bias polarization.",
    "author": "BMS Lab",
    "homepage_url": "https:\/\/bmslab.utwente.nl\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage",
        "idle"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.utwente.nl\/*",
        "https:\/\/*.google.com\/search?q=*",
        "https:\/\/*.youtube.com\/results?search_query=*",
        "https:\/\/*.twitter.com\/search?q=*",
        "https:\/\/*.duckduckgo.com\/?q=*",
        "https:\/\/*.bing.com\/search?q=*",
        "https:\/\/*.yahoo.com\/search?q=*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.utwente.nl\/*",
                "https:\/\/*.google.com\/search?q=*",
                "https:\/\/*.youtube.com\/results?search_query=*",
                "https:\/\/*.twitter.com\/search?q=*",
                "https:\/\/*.duckduckgo.com\/?q=*",
                "https:\/\/*.bing.com\/search?q=*",
                "https:\/\/*.yahoo.com\/search?q=*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/logo\/logo_128.png"
        }
    },
    "icons": {
        "128": "images\/logo\/logo_128.png"
    }
}