Serum of Truth

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

What is Serum of Truth?

Serum of Truth is a Chrome extension developed by SoT, and its main feature is "Serum of Truth is more than just a counter fake news tool, we are a movement.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Serum of Truth Extension CRX File

Download Serum of Truth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Serum of Truth Serum of Truth
ID aiciobdkgncihgllchmjjafekailaclk
Official URL https://chromewebstore.google.com/detail/serum-of-truth/aiciobdkgncihgllchmjjafekailaclk
Description Serum of Truth is more than just a counter fake news tool, we are a movement.
File Size 1.05 MB
Installation Count 38
Current Version 1.0.1
Last Updated 2021-05-26
Publish Date 2020-12-22
Rating 4.80/5 Total 15 Ratings
Developer SoT
Email [email protected]
Payment Type free
Extension Website https://serumoftruth.com/
Help Page URL https://serumoftruth.com/
Supported Languages 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
}