Twitter Data Collector
This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.
Co je Twitter Data Collector?
Twitter Data Collector je rozšíření Chrome vyvinuté effects-of-twitter-algo, a jeho hlavní funkcí je „This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Data Collector
Stáhněte si soubory rozšíření Twitter Data Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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].
Základní Informace o Rozšíření
Název | Twitter Data Collector |
ID | oenfhdlobmmiajbhdgbhonpaadogggbe |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-data-collector/oenfhdlobmmiajbhdgbhonpaadogggbe |
Popis | This Chrome extension collects data from Twitter for our study on the effects of Twitter's algorithm. |
Velikost souboru | 28.47 KB |
Počet instalací | 77 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2023-02-05 |
Datum Vydání | 2022-02-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | effects-of-twitter-algo |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.freeprivacypolicy.com/live/a255a313-5820-4dbd-a483-9b8cf0753745 |
Podporované Jazyky | 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" } } |