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 |
官方網址 | 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" } } |