Is It Fake News?

Check News Articles for Fake News

Is It Fake News? là gì?

Is It Fake News? là một tiện ích mở rộng Chrome được phát triển bởi https://isitfakenews.org, và tính năng chính của nó là "Check News Articles for Fake News".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Is It Fake News?

Tải xuống các tệp mở rộng Is It Fake News? 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Is It Fake News? Is It Fake News?
ID pboabideillgiolkekbkopmbgkkblcnh
URL Chính Thức https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh
Mô tả Check News Articles for Fake News
Kích Thước Tệp 446 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2020-06-02
Ngày Phát Hành 2020-05-31
Nhà Phát Triển https://isitfakenews.org
Loại Thanh Toán free
Trang Web Mở Rộng http://isitfakenews.org/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}