Twitter Data Collector
This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.
什么是Twitter Data Collector?
Twitter Data Collector是由effects-of-twitter-algo开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.”。
扩展截图
下载Twitter Data Collector扩展crx文件
下载Twitter Data Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension collects data from Twitter for our research study on the effects of Twitter's personalization algorithm. The link to this extension is only shared with participants who have consented to being in the study. The study is being conducted by researchers at UC Berkeley and was approved by IRB review under the Committee for Protection of Human Subjects protocol ID number 2021-09-14618. If you have any questions about this study, you can email us at [email protected].
扩展基本信息
名称 | Twitter Data Collector |
ID | oenfhdlobmmiajbhdgbhonpaadogggbe |
官方URL | https://chromewebstore.google.com/detail/twitter-data-collector/oenfhdlobmmiajbhdgbhonpaadogggbe |
简介 | This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm. |
文件大小 | 28.47 KB |
安装次数 | 77 |
当前版本 | 1.5 |
更新时间 | 2023-02-05 |
上架时间 | 2022-02-16 |
评分 | 5.00/5 共1次评分 |
开发者 | effects-of-twitter-algo |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/a255a313-5820-4dbd-a483-9b8cf0753745 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Data Collector", "description": "This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/twitter.com\/*", "*:\/\/twitter-monitor.azurewebsites.net\/*" ], "permissions": [ "scripting", "webRequest" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Twitter Monitor", "default_icon": "icon16.png" } } |