Instant Snopes Checker (Unofficial)

Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.

Instant Snopes Checker (Unofficial) là gì?

Instant Snopes Checker (Unofficial) là một tiện ích mở rộng Chrome được phát triển bởi digitalbits, và tính năng chính của nó là "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instant Snopes Checker (Unofficial)

Tải xuống các tệp mở rộng Instant Snopes Checker (Unofficial) 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

                        Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.                    

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

Tên Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
URL Chính Thức https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Mô tả Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Kích Thước Tệp 13.9 KB
Số Lần Cài Đặt 587
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-23
Ngày Phát Hành 2016-11-23
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển digitalbits
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": "Instant Snopes Checker (Unofficial)",
    "version": "1.0",
    "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "snopes_icon.png"
    },
    "icons": {
        "96": "snopes_icon.png"
    },
    "background": {
        "scripts": [
            "snopes-checker.js"
        ]
    }
}