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"
    ]
}