the adult industry algorithm analysis toolkit

A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed

Was ist the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit ist eine Chrome-Erweiterung, die von Tracking Exposed team entwickelt wurde, und ihr Hauptmerkmal ist "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Erweiterungsscreenshots

screenshot

the adult industry algorithm analysis toolkit-Erweiterungs-CRX-Datei herunterladen

Laden Sie the adult industry algorithm analysis toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This tool is meaningful to investigate and collect evidences of abuses; 
It is meant to enable researchers and understand the logic of personalization algorithm behind adult content platform.                    

Grundlegende Informationen zur Erweiterung

Name the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
Offizielle URL https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Beschreibung A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Dateigröße 523 KB
Installationsanzahl 98
Aktuelle Version 0.4.1
Letztes Update 2021-01-03
Veröffentlichungsdatum 2021-01-03
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Tracking Exposed team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pornhub.tracking.exposed
URL der Datenschutzrichtlinien-Seite https://facebook.tracking.exposed/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "the adult industry algorithm analysis toolkit",
    "short_name": "potrex",
    "description": "A personalization scraper to analyze the biggest adult-industry content providers; more at https:\/\/pornhub.tracking.exposed",
    "version": "0.4.1",
    "author": "few proud humans (and robots!) challenging the algorithm monopolists: we're https:\/\/tracking.exposed",
    "icons": {
        "16": "potrex16.png",
        "48": "potrex48.png",
        "128": "potrex128.png"
    },
    "browser_action": {
        "default_icon": "potrex16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.pornhub.com\/"
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pornhub.com\/*"
            ],
            "js": [
                ".\/app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}