Twitter Data Collector

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

Qu'est-ce que Twitter Data Collector ?

Twitter Data Collector est une extension Chrome développée par effects-of-twitter-algo, et sa fonction principale est "This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Data Collector

Téléchargez les fichiers d'extension Twitter Data Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Twitter Data Collector Twitter Data Collector
ID oenfhdlobmmiajbhdgbhonpaadogggbe
URL Officiel https://chromewebstore.google.com/detail/twitter-data-collector/oenfhdlobmmiajbhdgbhonpaadogggbe
Description This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.
Taille du Fichier 28.47 KB
Nombre d'Installations 77
Version Actuelle 1.5
Dernière Mise à Jour 2023-02-05
Date de Publication 2022-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur effects-of-twitter-algo
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/a255a313-5820-4dbd-a483-9b8cf0753745
Langues Prises en Charge 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"
    }
}