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 là gì?

the adult industry algorithm analysis toolkit là một tiện ích mở rộng Chrome được phát triển bởi Tracking Exposed team, và tính năng chính của nó là "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng the adult industry algorithm analysis toolkit

Tải xuống các tệp mở rộng the adult industry algorithm analysis toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên the adult industry algorithm analysis toolkit the adult industry algorithm analysis toolkit
ID opdgglojgcnjmpncchhfanbojjjopnnk
URL Chính Thức https://chrome.google.com/webstore/detail/the-adult-industry-algori/opdgglojgcnjmpncchhfanbojjjopnnk
Mô tả A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed
Kích Thước Tệp 523 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2021-01-03
Ngày Phát Hành 2021-01-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tracking Exposed team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pornhub.tracking.exposed
URL Trang Chính Sách Bảo Mật https://facebook.tracking.exposed/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}