PAADC
Collaborative tool to support investigation of personalization algorithms.
什么是PAADC?
PAADC是由Algorithms Exposed开发的Chrome扩展程序,该扩展的主要功能是“Collaborative tool to support investigation of personalization algorithms.”。
扩展截图
下载PAADC扩展crx文件
下载PAADC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
}
} | |