the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
What is the adult industry algorithm analysis toolkit?
the adult industry algorithm analysis toolkit is a Chrome extension developed by Tracking Exposed team, and its main feature is "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".
Extension Screenshots
Download the adult industry algorithm analysis toolkit Extension CRX File
Download the adult industry algorithm analysis toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | opdgglojgcnjmpncchhfanbojjjopnnk |
Official URL | 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 |
File Size | 523 KB |
Installation Count | 98 |
Current Version | 0.4.1 |
Last Updated | 2021-01-03 |
Publish Date | 2021-01-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Tracking Exposed team |
[email protected] | |
Payment Type | free |
Extension Website | https://pornhub.tracking.exposed |
Privacy Policy Page URL | https://facebook.tracking.exposed/privacy |
Supported Languages | 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" ] } |