tracking.exposed: investigating algorithms

Collaborative tool to support investigation of personalization algorithms.

Τι είναι το tracking.exposed: investigating algorithms;

Το tracking.exposed: investigating algorithms είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tracking Exposed team, και η κύρια λειτουργία του είναι "Collaborative tool to support investigation of personalization algorithms.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης tracking.exposed: investigating algorithms

Λήψη αρχείων επέκτασης tracking.exposed: investigating algorithms σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα tracking.exposed: investigating algorithms tracking.exposed: investigating algorithms
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"
        }
    }
}