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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة the adult industry algorithm analysis toolkit
قم بتنزيل ملفات الامتداد the adult industry algorithm analysis toolkit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |