the adult industry algorithm analysis toolkit
A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
什么是the adult industry algorithm analysis toolkit?
the adult industry algorithm analysis toolkit是由Tracking Exposed team开发的Chrome扩展程序,该扩展的主要功能是“A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed”。
扩展截图
下载the adult industry algorithm analysis toolkit扩展crx文件
下载the adult industry algorithm analysis toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | opdgglojgcnjmpncchhfanbojjjopnnk |
| 官方URL | https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk |
| 简介 | A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed |
| 文件大小 | 523 KB |
| 安装次数 | 98 |
| 当前版本 | 0.4.1 |
| 更新时间 | 2021-01-03 |
| 上架时间 | 2021-01-03 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Tracking Exposed team |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://pornhub.tracking.exposed |
| 隐私政策页面URL | https://facebook.tracking.exposed/privacy |
| 支持的语言 | 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"
]
} | |