Twitter Fact Check
This extension fact-checks your friends' tweets with a variety of news sources
Twitter Fact Checkとは何ですか?
Twitter Fact CheckはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension fact-checks your friends' tweets with a variety of news sources」です。
拡張機能のスクリーンショット
Twitter Fact Check拡張機能のCRXファイルをダウンロード
Twitter Fact Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension identifies political tweets and creates a dropdown list filled with relevant articles from the guardian. Extension also includes a search functionality to get new results.
拡張機能の基本情報
名前 | Twitter Fact Check |
ID | knkgedhglgpdamdklbgoknjhmappdaoo |
公式URL | https://chromewebstore.google.com/detail/twitter-fact-check/knkgedhglgpdamdklbgoknjhmappdaoo |
説明 | This extension fact-checks your friends' tweets with a variety of news sources |
ファイルサイズ | 667 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2017-05-01 |
公開日 | 2017-05-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "reload.js" ] }, "name": "Twitter Fact Check", "version": "1.0", "manifest_version": 2, "description": "This extension fact-checks your friends' tweets with a variety of news sources", "permissions": [ "webRequest", "tabs", "*:\/\/*.twitter.com\/*", "file:\/\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "response.js" ], "all_frames": true } ], "web_accessible_resources": [ "font-awesome-4.7.0\/css\/font-awesome.min.css", "*.ttf", "*.woff", "*.woff2", "*.png" ] } |