the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Cos'è the adult industry algorithm analysis toolkit?
the adult industry algorithm analysis toolkit è un'estensione di Chrome sviluppata da Tracking Exposed team, e la sua funzione principale è "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione the adult industry algorithm analysis toolkit
Scarica i file di estensione the adult industry algorithm analysis toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | opdgglojgcnjmpncchhfanbojjjopnnk |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk |
Descrizione | A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed |
Dimensione del File | 523 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2021-01-03 |
Data di Pubblicazione | 2021-01-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Tracking Exposed team |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pornhub.tracking.exposed |
URL della Pagina della Politica sulla Privacy | https://facebook.tracking.exposed/privacy |
Lingue Supportate | 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" ] } |