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によって開発されたChromeの拡張機能で、その主な機能は「A personalization scraper to analyze the biggest adult-industry content providers; more at https://pornhub.tracking.exposed」です。
拡張機能のスクリーンショット
the adult industry algorithm analysis toolkit拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |