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 - это расширение Chrome, разработанное effects-of-twitter-algo, и его основная функция - "This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Data Collector
Скачайте файлы расширений 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" } } |