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…”。
擴展截圖
下載Timeline Survey Study擴展crx文件
下載Timeline Survey Study擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | gbopbfjkofmfmokbhgnfcgmeaflfofgf |
官方網址 | 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" } } |