Serum

A fact checking plugin for websites.

Serum là gì?

Serum là một tiện ích mở rộng Chrome được phát triển bởi https://factserum.co, và tính năng chính của nó là "A fact checking plugin for websites.".

Ả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 Serum

Tải xuống các tệp mở rộng Serum 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

                        Serum is a web-plugin. It allows users to verify the veracity of the websites.

Its success is based on the peer review principle. Using the plugin, you can rate websites and our algorithm is in charge to compute the veracity of the pages. Serum is a brilliant way for its users to report « fake news » by using the power of the community.

No need to be an expert to use Serum. You can simply check the reliability of your website without rating anything. It keeps you away from « informational pollution » such as fake news.                    

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

Tên Serum Serum
ID apcoooionicnlmcbkobkifpeifoeamme
URL Chính Thức https://chromewebstore.google.com/detail/serum/apcoooionicnlmcbkobkifpeifoeamme
Mô tả A fact checking plugin for websites.
Kích Thước Tệp 79.74 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2017-03-02
Ngày Phát Hành 2017-03-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://factserum.co
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.factserum.co/questions
URL Trang Chính Sách Bảo Mật http://www.factserum.co/legal
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Serum",
    "description": "A fact checking plugin for websites.",
    "version": "2.1.7",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "ressources\/icon.png",
        "default_popup": "popover.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/serum-dev.herokuapp.com\/",
        "https:\/\/serumdev.herokuapp.com\/*",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "identity"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.color.min.js",
                "pop.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}