FactPopUp
Creates notifications for fact-checking tweets.
FactPopUpとは何ですか?
FactPopUpはgautamhathiによって開発されたChromeの拡張機能で、その主な機能は「Creates notifications for fact-checking tweets.」です。
拡張機能のスクリーンショット
FactPopUp拡張機能のCRXファイルをダウンロード
FactPopUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension notifies you whenever there's a new fact check. Source code available here: https://github.com/ReportersLabDuke/FactPopUp
拡張機能の基本情報
名前 | |
ID | faaleponcnfhmolcbaajapgbigfffckj |
公式URL | https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj |
説明 | Creates notifications for fact-checking tweets. |
ファイルサイズ | 336 KB |
インストール数 | 190 |
現在のバージョン | 2.1.0 |
最終更新日 | 2017-02-09 |
公開日 | 2017-02-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | gautamhathi |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FactPopUp", "description": "Creates notifications for fact-checking tweets.", "version": "2.1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "background": { "scripts": [ "keys.js", "js\/alert.js", "lib\/CryptoJS v3.1.2\/rollups\/hmac-sha256.js", "lib\/CryptoJS v3.1.2\/components\/enc-base64-min.js" ], "persistent": true }, "content_security_policy": "media-src https:\/\/pbs.twimg.com\/media\/* 'self'; img-src https:\/\/pbs.twimg.com\/ 'self' data: chrome-extension-resource:; script-src 'self'; object-src 'self'", "permissions": [ "notifications", "activeTab", "alarms", "fontSettings", "https:\/\/ajax.googleapis.com\/*", "https:\/\/stream.twitter.com\/*", "http:\/\/www.politifact.com\/*", "https:\/\/pbs.twimg.com\/*", "https:\/\/raw.githubusercontent.com\/ReportersLabDuke\/FactPopUp\/*", "gcm", "storage", "https:\/\/*.servicebus.windows.net\/*", "management", "alarms" ], "externally_connectable": { "matches": [ "https:\/\/stream.twitter.com\/*", "http:\/\/www.politifact.com\/*" ] }, "web_accessible_resources": [ "logo.png" ] } |