FakeNews Checker
from Google check Fake news against mediabiasfactcheck.com
什麼是FakeNews Checker?
FakeNews Checker是由psgcaravan開發的Chrome擴展程式,該擴展的主要功能是“from Google check Fake news against mediabiasfactcheck.com”。
擴展截圖
下載FakeNews Checker擴展crx文件
下載FakeNews Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com. 擴展基本資訊
| 名稱 | |
| ID | cbnebabihohdbebjliafclfndkhmpmnc |
| 官方網址 | https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc |
| 簡介 | from Google check Fake news against mediabiasfactcheck.com |
| 檔案大小 | 11.05 KB |
| 安裝次數 | 186 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2016-12-19 |
| 上架時間 | 2016-12-19 |
| 開發者 | psgcaravan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://developer.chrome.com/webstore/terms |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FakeNews Checker",
"short_name": "FakeNews Check",
"description": "from Google check Fake news against mediabiasfactcheck.com",
"version": "0.0.1",
"icons": {
"16": "fcheck_icon16.png",
"48": "fcheck_icon48.png",
"128": "fcheck_icon128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"sample.js"
]
},
"manifest_version": 2
} | |