Digitale Polarisatie

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

Vad är Digitale Polarisatie?

Digitale Polarisatie är en Chrome-tillägg utvecklad av The BMS Lab, och dess huvudfunktion är "Collects data from results from search engines to determine bubble filtering and bias polarization.".

Tilläggsskärmbilder

screenshot

Ladda ner Digitale Polarisatie-förlängningens CRX-fil

Ladda ner Digitale Polarisatie-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/.                    

Grundläggande Information om Tillägg

Namn Digitale Polarisatie Digitale Polarisatie
ID bpkhbgjgbajijpeieljgjndbfpefjllp
Officiell webbadress https://chromewebstore.google.com/detail/digitale-polarisatie/bpkhbgjgbajijpeieljgjndbfpefjllp
Beskrivning Collects data from results from search engines to determine bubble filtering and bias polarization.
Filstorlek 2.49 MB
Antal Installationer 742
Aktuell Version 1.0.112
Senast Uppdaterad 2024-01-16
Publiceringsdatum 2022-09-27
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare The BMS Lab
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://digitalepolarisatie.nl/
Hjälpsida URL https://www.utwente.nl/nl/centrumdigitaleinclusie/Lopende%20projecten/Digitale%20Polarisatie%20(Dutch%20Search%20Engine%20Project)/
URL till Sekretesspolicy Sidan https://www.utwente.nl/en/bms/datalab/research-data-and-gdpr
Stödda Språk 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"
    }
}