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 |
公式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 |
Eメール | [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" } } |