Timeline Survey Study
This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…
Was ist Timeline Survey Study?
Timeline Survey Study ist eine Chrome-Erweiterung, die von Extension Survey Study entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…".
Erweiterungsscreenshots
Timeline Survey Study-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timeline Survey Study-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study participants who have been invited to the study will be able to utilize this extension.
Version 0.1.6: update for X.com domain name
Version 0.1.4: add uninstall flow
Version 0.1.3: improved UI
Version 0.1.2: applies to http and https
Version 0.1.1: fixes bug with config setup Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gbopbfjkofmfmokbhgnfcgmeaflfofgf |
| Offizielle URL | https://chromewebstore.google.com/detail/timeline-survey-study/gbopbfjkofmfmokbhgnfcgmeaflfofgf |
| Beschreibung | This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study… |
| Dateigröße | 94.41 KB |
| Installationsanzahl | 144 |
| Aktuelle Version | 0.1.6.6 |
| Letztes Update | 2024-02-06 |
| Veröffentlichungsdatum | 2022-04-05 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Extension Survey Study |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/e/2PACX-1vRcW_W1bWrwSkQhvTQKXxhHz_pW8_ZPyWeti1c2u0j7aj461h-7nuyIlf9Y5bjFm4XgTLZ0Jm1hX59j/pub |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Timeline Survey Study",
"version": "0.1.6.6",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"http:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"http:\/\/*.x.com\/*"
],
"js": [
"content.bundle.js"
],
"css": [
"content.css"
]
}
],
"background": {
"service_worker": "background.bundle.js"
},
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"runtime"
],
"icons": {
"128": "icon128.png"
}
} | |