Timeline Survey Study

This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…

What is Timeline Survey Study?

Timeline Survey Study is a Chrome extension developed by Extension Survey Study, and its main feature is "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…".

Extension Screenshots

screenshot

Download Timeline Survey Study Extension CRX File

Download Timeline Survey Study extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Timeline Survey Study Timeline Survey Study
ID gbopbfjkofmfmokbhgnfcgmeaflfofgf
Official URL https://chromewebstore.google.com/detail/timeline-survey-study/gbopbfjkofmfmokbhgnfcgmeaflfofgf
Description This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…
File Size 94.41 KB
Installation Count 144
Current Version 0.1.6.6
Last Updated 2024-02-06
Publish Date 2022-04-05
Rating 4.50/5 Total 2 Ratings
Developer Extension Survey Study
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vRcW_W1bWrwSkQhvTQKXxhHz_pW8_ZPyWeti1c2u0j7aj461h-7nuyIlf9Y5bjFm4XgTLZ0Jm1hX59j/pub
Supported Languages 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"
    }
}