Digitale Polarisatie

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

Digitale Polarisatie란 무엇입니까?

Digitale Polarisatie은(는) The BMS Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collects data from results from search engines to determine bubble filtering and bias polarization."입니다.

확장 프로그램 스크린샷

screenshot

Digitale Polarisatie 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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