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 là gì?

Timeline Survey Study là một tiện ích mở rộng Chrome được phát triển bởi Extension Survey Study, và tính năng chính của nó là "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timeline Survey Study

Tải xuống các tệp mở rộng Timeline Survey Study dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timeline Survey Study Timeline Survey Study
ID gbopbfjkofmfmokbhgnfcgmeaflfofgf
URL Chính Thức https://chromewebstore.google.com/detail/timeline-survey-study/gbopbfjkofmfmokbhgnfcgmeaflfofgf
Mô tả This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…
Kích Thước Tệp 94.41 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 0.1.6.6
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2022-04-05
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Extension Survey Study
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vRcW_W1bWrwSkQhvTQKXxhHz_pW8_ZPyWeti1c2u0j7aj461h-7nuyIlf9Y5bjFm4XgTLZ0Jm1hX59j/pub
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}