Serum

A fact checking plugin for websites.

Serum란 무엇입니까?

Serum은(는) https://factserum.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fact checking plugin for websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Serum 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}