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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |