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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}