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

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    }
}