Serum

A fact checking plugin for websites.

什么是Serum?

Serum是由https://factserum.co开发的Chrome扩展程序,该扩展的主要功能是“A fact checking plugin for websites.”。

扩展截图

screenshot
screenshot

下载Serum扩展crx文件

下载Serum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Serum Serum
ID apcoooionicnlmcbkobkifpeifoeamme
官方URL https://chromewebstore.google.com/detail/serum/apcoooionicnlmcbkobkifpeifoeamme
简介 A fact checking plugin for websites.
文件大小 79.74 KB
安装次数 47
当前版本 2.1.7
更新时间 2017-03-02
上架时间 2017-03-02
评分 5.00/5 共2次评分
开发者 https://factserum.co
付费类型 free
帮助页面URL http://www.factserum.co/questions
隐私政策页面URL http://www.factserum.co/legal
支持的语言 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"
        ]
    }
}