FactPopUp
Creates notifications for fact-checking tweets.
FactPopUp là gì?
FactPopUp là một tiện ích mở rộng Chrome được phát triển bởi gautamhathi, và tính năng chính của nó là "Creates notifications for fact-checking tweets.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FactPopUp
Tải xuống các tệp mở rộng FactPopUp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension notifies you whenever there's a new fact check. Source code available here: https://github.com/ReportersLabDuke/FactPopUp
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | faaleponcnfhmolcbaajapgbigfffckj |
URL Chính Thức | https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj |
Mô tả | Creates notifications for fact-checking tweets. |
Kích Thước Tệp | 336 KB |
Số Lần Cài Đặt | 190 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2017-02-09 |
Ngày Phát Hành | 2017-02-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | gautamhathi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |