the adult industry algorithm analysis toolkit

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

Wat is the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit is een Chrome-extensie ontwikkeld door Tracking Exposed team, en de belangrijkste functie is "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie the adult industry algorithm analysis toolkit

Download the adult industry algorithm analysis toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
Officiële URL https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Beschrijving A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Bestandsgrootte 523 KB
Aantal Installaties 98
Huidige Versie 0.4.1
Laatst Bijgewerkt 2021-01-03
Publicatiedatum 2021-01-03
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tracking Exposed team
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pornhub.tracking.exposed
URL van de Privacybeleid Pagina https://facebook.tracking.exposed/privacy
Ondersteunde Talen 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"
    ]
}