Serum

A fact checking plugin for websites.

Что такое Serum?

Serum - это расширение Chrome, разработанное https://factserum.co, и его основная функция - "A fact checking plugin for websites.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Serum

Скачайте файлы расширений 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"
        ]
    }
}