PAADC

Collaborative tool to support investigation of personalization algorithms.

PAADC란 무엇입니까?

PAADC은(는) Algorithms Exposed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collaborative tool to support investigation of personalization algorithms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        De browser plugin voor onderzoek naar online politieke adverntenties. 

PAADC is een webbrowser die is ontwikkeld door Algorithm Exposed, een onderzoeksgroep aan de Universiteit van Amsterdam. De browserplug-in verzamelt openbare berichten die de gebruiker in zijn Facebook-nieuwsfeed ziet, om persoonlijke en politieke advertentiepraktijken te onderzoeken en de invloed van deze advertenties op stemgedrag te onderzoeken. De plug-in is beschikbaar voor de Chrome- en Firefox-browser.

Deze plugin maakt deel uit van een gezamenlijk onderzoeksproject van De Volkskrant, opiniepeiling I&O research en de Universiteit van Amsterdam.

Let op: Deze plugin werkt alleen voor leden van het I&O panel die zijn uitgenodigd voor deelname.                    

확장 프로그램 기본 정보

이름 PAADC PAADC
ID aapfjjpenamafgaldmnfdldakcepimlg
공식 URL https://chromewebstore.google.com/detail/paadc/aapfjjpenamafgaldmnfdldakcepimlg
설명 Collaborative tool to support investigation of personalization algorithms.
파일 크기 533 KB
설치 횟수 417
현재 버전 1.1.199
최근 업데이트 2021-04-01
출시 날짜 2020-11-29
개발자 Algorithms Exposed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://algorithms.exposed
도움말 페이지 URL https://tracking.exposed
개인정보 보호 정책 페이지 URL https://algorithms.exposed/paadc-privacy-statement
지원되는 언어 en,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "PAADC",
    "description": "__MSG_extensionDescription__",
    "version": "1.1.199",
    "version_name": "1.1.199",
    "author": "Alberto Granzotto, Claudio Agosti, and the contributors in https:\/\/github.com\/tracking-exposed\/web-extension",
    "default_locale": "nl",
    "icons": {
        "16": "images\/uva-logo-16.png",
        "48": "images\/uva-logo-48.png",
        "128": "images\/uva-logo-128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/*.facebook.com\/",
        "https:\/\/www.iodc.nl\/"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "default_popup\/index.html",
        "default_icon": {
            "16": "images\/uva-logo-16.png",
            "24": "images\/uva-logo-24.png",
            "32": "images\/uva-logo-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/www.iodc.nl\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content_scripts\/facebook.com\/bundle.js",
                "content_scripts\/iodc.nl\/bundle.js"
            ],
            "css": [
                "styles\/theme\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "*.eot",
        "*.woff",
        "*.svg",
        "*.ttf"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{a6e6d9fd-020e-47a3-94e2-77e38a37b604}",
            "strict_min_version": "57.0"
        }
    }
}