tracking.exposed: investigating algorithms
Collaborative tool to support investigation of personalization algorithms.
tracking.exposed: investigating algorithms란 무엇입니까?
tracking.exposed: investigating algorithms은(는) Tracking Exposed team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collaborative tool to support investigation of personalization algorithms."입니다.
확장 프로그램 스크린샷
tracking.exposed: investigating algorithms 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our vision is to increase transparency behind personalization algorithms, so that people can have more effective control of their experience. We support Facebook™, and other platforms (check if out on https://tracking.exposed, our main website) The goal is provide to the users, more awareness about the information to which they are exposed. Our mission is to help researchers assess how current filtering mechanisms work and how personalization algorithms should be modified in order to minimize the dangerous social effects of which they are indirectly responsible and to maximize the values, both individual and social, that algorithms should incorporate.
확장 프로그램 기본 정보
이름 | |
ID | fnknflppefckhjhecbfigfhlcbmcnmmi |
공식 URL | https://chrome.google.com/webstore/detail/trackingexposed-investiga/fnknflppefckhjhecbfigfhlcbmcnmmi |
설명 | Collaborative tool to support investigation of personalization algorithms. |
파일 크기 | 274 KB |
설치 횟수 | 409 |
현재 버전 | 2.1.2 |
최근 업데이트 | 2022-02-25 |
출시 날짜 | 2020-02-05 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Tracking Exposed team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://facebook.tracking.exposed |
개인정보 보호 정책 페이지 URL | https://facebook.tracking.exposed/privacy |
지원되는 언어 | en,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "FbTREX", "description": "__MSG_extensionDescription__", "version": "2.1.2", "version_name": "2.1.2", "author": "Alberto Granzotto, Claudio Agosti, and the contributors in https:\/\/github.com\/tracking-exposed\/web-extension", "default_locale": "en", "icons": { "16": "images\/trex-logo-16.png", "48": "images\/trex-logo-48.png", "128": "images\/trex-logo-128.png" }, "permissions": [ "storage", "cookies", "https:\/\/*.facebook.com\/" ], "background": { "scripts": [ "browser-polyfill.js", "background\/bundle.js" ] }, "browser_action": { "default_popup": "default_popup\/index.html", "default_icon": { "16": "images\/trex-logo-16.png", "32": "images\/trex-logo-32.png", "48": "images\/trex-logo-48.png", "64": "images\/trex-logo-64.png", "128": "images\/trex-logo-128.png", "256": "images\/trex-logo-256.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "browser-polyfill.js", "content_scripts\/facebook.com\/bundle.js" ], "css": [ "styles\/theme\/main.css", "content_scripts\/facebook.com\/bundle.css" ] } ], "web_accessible_resources": [ "*.png", "*.svg", "*.eot", "*.woff", "*.svg", "*.ttf" ], "browser_specific_settings": { "gecko": { "id": "{a6e6d9fd-020e-47a3-94e2-77e38a37b603}", "strict_min_version": "57.0" } } } |