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