Is It Fake News?
Check News Articles for Fake News
什麼是Is It Fake News??
Is It Fake News?是由https://isitfakenews.org開發的Chrome擴展程式,該擴展的主要功能是“Check News Articles for Fake News”。
擴展截圖
下載Is It Fake News?擴展crx文件
下載Is It Fake News?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check if the news article you are reading is fake news or real journalism with the click of a button. Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web.
擴展基本資訊
名稱 | Is It Fake News? |
ID | pboabideillgiolkekbkopmbgkkblcnh |
官方網址 | https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh |
簡介 | Check News Articles for Fake News |
檔案大小 | 446 KB |
安裝次數 | 59 |
目前版本 | 1.11 |
更新時間 | 2020-06-02 |
上架時間 | 2020-05-31 |
開發者 | https://isitfakenews.org |
付費類型 | free |
擴展官網 | http://isitfakenews.org/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is It Fake News?", "version": "1.11", "description": "Check News Articles for Fake News", "permissions": [ "declarativeContent", "tabs" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "index.html", "default_icon": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } }, "icons": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } } |