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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
官方網址 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"
    ]
}