the adult industry algorithm analysis toolkit

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

Hvad er the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit er en Chrome-udvidelse udviklet af Tracking Exposed team, og dens hovedfunktion er "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Udvidelsesskærmbilleder

screenshot

Download the adult industry algorithm analysis toolkit-udvidelses-CRX-fil

Download the adult industry algorithm analysis toolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
Officiel URL https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Beskrivelse A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Filstørrelse 523 KB
Antal Installationer 98
Nuværende Version 0.4.1
Senest Opdateret 2021-01-03
Udgivelsesdato 2021-01-03
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Tracking Exposed team
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pornhub.tracking.exposed
URL til Fortrolighedspolitik Side https://facebook.tracking.exposed/privacy
Understøttede Sprog 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"
    ]
}