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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Data Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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