the adult industry algorithm analysis toolkit

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

Vad är the adult industry algorithm analysis toolkit?

the adult industry algorithm analysis toolkit är en Chrome-tillägg utvecklad av Tracking Exposed team, och dess huvudfunktion är "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Tilläggsskärmbilder

screenshot

Ladda ner the adult industry algorithm analysis toolkit-förlängningens CRX-fil

Ladda ner the adult industry algorithm analysis toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
Officiell webbadress https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Beskrivning A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Filstorlek 523 KB
Antal Installationer 98
Aktuell Version 0.4.1
Senast Uppdaterad 2021-01-03
Publiceringsdatum 2021-01-03
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Tracking Exposed team
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pornhub.tracking.exposed
URL till Sekretesspolicy Sidan https://facebook.tracking.exposed/privacy
Stödda Språk 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"
    ]
}