Twitter Data Collector

This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.

Co to jest Twitter Data Collector?

Twitter Data Collector to rozszerzenie Chrome opracowane przez effects-of-twitter-algo, a jego główną funkcją jest „This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter Data Collector

Pobierz pliki rozszerzeń Twitter Data Collector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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].                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Data Collector Twitter Data Collector
ID oenfhdlobmmiajbhdgbhonpaadogggbe
Oficjalny URL https://chromewebstore.google.com/detail/twitter-data-collector/oenfhdlobmmiajbhdgbhonpaadogggbe
Opis This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.
Rozmiar pliku 28.47 KB
Liczba instalacji 77
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2023-02-05
Data Publikacji 2022-02-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper effects-of-twitter-algo
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/live/a255a313-5820-4dbd-a483-9b8cf0753745
Obsługiwane Języki 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"
    }
}