Serum of Truth

Serum of Truth is more than just a counter fake news tool, we are a movement.

什麼是Serum of Truth?

Serum of Truth是由SoT開發的Chrome擴展程式,該擴展的主要功能是“Serum of Truth is more than just a counter fake news tool, we are a movement.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Serum of Truth擴展crx文件

下載Serum of Truth擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SERUM OF TRUTH
7 COUNTER FAKE NEWS TOOLS
FILTER – PROTECT – COUNTER

1.SoT LIVESTREAM 
We are suffering from an information overload, which can overwhelm us, and we lose the ability to tell fact from fiction. All your Trusted and Unbiased news in 1 place. 

2.SoT WARNING 
Over the years, Reputable 3rd Parties - such as Universities and NGOs have flagged numerous websites for inaccuracies. Get protected from flagged websites with an Automatic Warning Annotation.   

3.SoT FLAGGED WEBSITE 
We have all, at least once, received an article with a catchy title, that makes us want to open the article’s website. Verify an article’s source before opening it with 1-click.  

4.SoT FLAGGED IMAGE 
Fake news can take many forms; often manipulated images are shared exponentially in a matter of hours or days. Get contextual or related information on images with 1-click. 

5.SoT SEARCH
Fake news can be as simple as writing an unverified statement. Verify stories against vetted IFCN fact-checking outlets with 1-click. 

6.SoT SELECT
Information overload can make it a time-consuming process to differentiate good information from bad. Search any topic from the most Trusted and Unbiased news with 1-click. 

7.SoT DATABASE
Research shows that fake news has a cyclical lifespan, meaning that it spreads online more than once. All your debunked news/fake news in 1 place.  

Serum of Truth is more than just a counter fake news tool, we are a movement.
Join the movement that believes in facts, science, and the truth!                    

擴展基本資訊

名稱 Serum of Truth Serum of Truth
ID aiciobdkgncihgllchmjjafekailaclk
官方網址 https://chromewebstore.google.com/detail/serum-of-truth/aiciobdkgncihgllchmjjafekailaclk
簡介 Serum of Truth is more than just a counter fake news tool, we are a movement.
檔案大小 1.05 MB
安裝次數 38
目前版本 1.0.1
更新時間 2021-05-26
上架時間 2020-12-22
評分 4.80/5 共 15 次評分
開發者 SoT
電子郵箱 [email protected]
付費類型 free
擴展官網 https://serumoftruth.com/
說明頁面URL https://serumoftruth.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Serum of Truth",
    "description": "Serum of Truth is more than just a counter fake news tool, we are a movement.",
    "version": "1.0.1",
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "css": [
                "css\/show-icon.css"
            ],
            "js": [
                "js\/constants.js",
                "js\/trans.js",
                "js\/utili.js",
                "js\/detect-selection-text.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.serumoftruth.com\/*",
                "https:\/\/*.serumoftruth.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "js\/check-login.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_title": "Serum of Truth Extension"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif",
        "images\/*.svg",
        "css\/*",
        "js\/*",
        "fonts\/*"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}