Serum of Truth

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

Hvad er Serum of Truth?

Serum of Truth er en Chrome-udvidelse udviklet af SoT, og dens hovedfunktion er "Serum of Truth is more than just a counter fake news tool, we are a movement.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Serum of Truth-udvidelses-CRX-fil

Download Serum of Truth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Serum of Truth Serum of Truth
ID aiciobdkgncihgllchmjjafekailaclk
Officiel URL https://chromewebstore.google.com/detail/serum-of-truth/aiciobdkgncihgllchmjjafekailaclk
Beskrivelse Serum of Truth is more than just a counter fake news tool, we are a movement.
Filstørrelse 1.05 MB
Antal Installationer 38
Nuværende Version 1.0.1
Senest Opdateret 2021-05-26
Udgivelsesdato 2020-12-22
Bedømmelse 4.80/5 Samlet 15 Bedømmelser
Udvikler SoT
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://serumoftruth.com/
Hjælpeside-URL https://serumoftruth.com/
Understøttede Sprog 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
}