the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Apa itu the adult industry algorithm analysis toolkit?
the adult industry algorithm analysis toolkit adalah ekstensi Chrome yang dikembangkan oleh Tracking Exposed team, dan fitur utamanya adalah "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi the adult industry algorithm analysis toolkit
Unduh file ekstensi the adult industry algorithm analysis toolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | opdgglojgcnjmpncchhfanbojjjopnnk |
URL Resmi | https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk |
Deskripsi | A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed |
Ukuran File | 523 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2021-01-03 |
Tanggal Publikasi | 2021-01-03 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Tracking Exposed team |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pornhub.tracking.exposed |
URL Halaman Kebijakan Privasi | https://facebook.tracking.exposed/privacy |
Bahasa yang Didukung | 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" ] } |