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 Tracking Exposed team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में the adult industry algorithm analysis toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" ] } |