Twitter Data Collector
This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.
Twitter Data Collector là gì?
Twitter Data Collector là một tiện ích mở rộng Chrome được phát triển bởi effects-of-twitter-algo, và tính năng chính của nó là "This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Data Collector
Tải xuống các tệp mở rộng Twitter Data Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Data Collector |
ID | oenfhdlobmmiajbhdgbhonpaadogggbe |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-data-collector/oenfhdlobmmiajbhdgbhonpaadogggbe |
Mô tả | This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm. |
Kích Thước Tệp | 28.47 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-02-05 |
Ngày Phát Hành | 2022-02-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | effects-of-twitter-algo |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/a255a313-5820-4dbd-a483-9b8cf0753745 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |