Timeline Survey Study

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

Timeline Survey Study क्या है?

Timeline Survey Study Extension Survey Study द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…"।

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

screenshot

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

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

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

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Timeline Survey Study Timeline Survey Study
ID gbopbfjkofmfmokbhgnfcgmeaflfofgf
आधिकारिक URL https://chromewebstore.google.com/detail/timeline-survey-study/gbopbfjkofmfmokbhgnfcgmeaflfofgf
विवरण This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…
फ़ाइल का आकार 94.41 KB
स्थापना संख्या 144
वर्तमान संस्करण 0.1.6.6
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2022-04-05
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Extension Survey Study
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vRcW_W1bWrwSkQhvTQKXxhHz_pW8_ZPyWeti1c2u0j7aj461h-7nuyIlf9Y5bjFm4XgTLZ0Jm1hX59j/pub
समर्थित भाषाएँ 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"
    }
}