Timeline Survey Study
This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…
Cos'è Timeline Survey Study?
Timeline Survey Study è un'estensione di Chrome sviluppata da Extension Survey Study, e la sua funzione principale è "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timeline Survey Study
Scarica i file di estensione Timeline Survey Study in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Timeline Survey Study |
ID | gbopbfjkofmfmokbhgnfcgmeaflfofgf |
URL Ufficiale | https://chromewebstore.google.com/detail/timeline-survey-study/gbopbfjkofmfmokbhgnfcgmeaflfofgf |
Descrizione | This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study… |
Dimensione del File | 94.41 KB |
Conteggio Installazioni | 144 |
Versione Corrente | 0.1.6.6 |
Ultimo Aggiornamento | 2024-02-06 |
Data di Pubblicazione | 2022-04-05 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Extension Survey Study |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/e/2PACX-1vRcW_W1bWrwSkQhvTQKXxhHz_pW8_ZPyWeti1c2u0j7aj461h-7nuyIlf9Y5bjFm4XgTLZ0Jm1hX59j/pub |
Lingue Supportate | 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" } } |