the adult industry algorithm analysis toolkit

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

O que é the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit é uma extensão do Chrome desenvolvida por Tracking Exposed team, e sua principal característica é "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão the adult industry algorithm analysis toolkit

Baixe arquivos de extensão the adult industry algorithm analysis toolkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Tamanho do Arquivo 523 KB
Contagem de Instalações 98
Versão Atual 0.4.1
Última Atualização 2021-01-03
Data de Publicação 2021-01-03
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Tracking Exposed team
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pornhub.tracking.exposed
URL da Página de Política de Privacidade https://facebook.tracking.exposed/privacy
Idiomas Suportados 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"
    ]
}