the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Co je the adult industry algorithm analysis toolkit?
the adult industry algorithm analysis toolkit je rozšíření Chrome vyvinuté Tracking Exposed team, a jeho hlavní funkcí je „A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření the adult industry algorithm analysis toolkit
Stáhněte si soubory rozšíření the adult industry algorithm analysis toolkit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | opdgglojgcnjmpncchhfanbojjjopnnk |
Oficiální URL | https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk |
Popis | A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed |
Velikost souboru | 523 KB |
Počet instalací | 98 |
Aktuální Verze | 0.4.1 |
Poslední Aktualizace | 2021-01-03 |
Datum Vydání | 2021-01-03 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Tracking Exposed team |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://pornhub.tracking.exposed |
URL Stránky Zásad Ochrany Soukromí | https://facebook.tracking.exposed/privacy |
Podporované Jazyky | 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" ] } |