the adult industry algorithm analysis toolkit

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

¿Qué es the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit es una extensión de Chrome desarrollada por Tracking Exposed team, y su función principal es "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión the adult industry algorithm analysis toolkit

Descarga archivos de extensión the adult industry algorithm analysis toolkit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
URL Oficial https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Descripción A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Tamaño del Archivo 523 KB
Cantidad de Instalaciones 98
Versión Actual 0.4.1
Última Actualización 2021-01-03
Fecha de Publicación 2021-01-03
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Tracking Exposed team
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pornhub.tracking.exposed
URL de la Página de Política de Privacidad https://facebook.tracking.exposed/privacy
Idiomas Soportados 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"
    ]
}