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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to study social media and political opinions by monitoring your browsing activity on Twitter. Only study…"입니다.

확장 프로그램 스크린샷

screenshot

Timeline Survey Study 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}