the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Qu'est-ce que the adult industry algorithm analysis toolkit ?
the adult industry algorithm analysis toolkit est une extension Chrome développée par Tracking Exposed team, et sa fonction principale est "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension the adult industry algorithm analysis toolkit
Téléchargez les fichiers d'extension the adult industry algorithm analysis toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | opdgglojgcnjmpncchhfanbojjjopnnk |
URL Officiel | https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk |
Description | A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed |
Taille du Fichier | 523 KB |
Nombre d'Installations | 98 |
Version Actuelle | 0.4.1 |
Dernière Mise à Jour | 2021-01-03 |
Date de Publication | 2021-01-03 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Tracking Exposed team |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pornhub.tracking.exposed |
URL de la Page de Politique de Confidentialité | https://facebook.tracking.exposed/privacy |
Langues Prises en Charge | 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" ] } |