Serum of Truth

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

Cos'è Serum of Truth?

Serum of Truth è un'estensione di Chrome sviluppata da SoT, e la sua funzione principale è "Serum of Truth is more than just a counter fake news tool, we are a movement.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Serum of Truth

Scarica i file di estensione Serum of Truth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Serum of Truth Serum of Truth
ID aiciobdkgncihgllchmjjafekailaclk
URL Ufficiale https://chromewebstore.google.com/detail/serum-of-truth/aiciobdkgncihgllchmjjafekailaclk
Descrizione Serum of Truth is more than just a counter fake news tool, we are a movement.
Dimensione del File 1.05 MB
Conteggio Installazioni 38
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-05-26
Data di Pubblicazione 2020-12-22
Valutazione 4.80/5 Totale 15 Valutazioni
Sviluppatore SoT
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://serumoftruth.com/
URL della Pagina di Aiuto https://serumoftruth.com/
Lingue Supportate 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
}