the adult industry algorithm analysis toolkit

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

Co to jest the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit to rozszerzenie Chrome opracowane przez Tracking Exposed team, a jego główną funkcją jest „A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia the adult industry algorithm analysis toolkit

Pobierz pliki rozszerzeń the adult industry algorithm analysis toolkit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
Oficjalny URL https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Opis A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Rozmiar pliku 523 KB
Liczba instalacji 98
Aktualna Wersja 0.4.1
Ostatnia Aktualizacja 2021-01-03
Data Publikacji 2021-01-03
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Tracking Exposed team
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://pornhub.tracking.exposed
Adres URL Strony Polityki Prywatności https://facebook.tracking.exposed/privacy
Obsługiwane Języki 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"
    ]
}