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 - это расширение Chrome, разработанное Tracking Exposed team, и его основная функция - "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения the adult industry algorithm analysis toolkit

Скачайте файлы расширений 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
Официальный 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"
    ]
}