Serum of Truth

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

O que é Serum of Truth?

Serum of Truth é uma extensão do Chrome desenvolvida por SoT, e sua principal característica é "Serum of Truth is more than just a counter fake news tool, we are a movement.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Serum of Truth

Baixe arquivos de extensão Serum of Truth no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Serum of Truth Serum of Truth
ID aiciobdkgncihgllchmjjafekailaclk
URL Oficial https://chromewebstore.google.com/detail/serum-of-truth/aiciobdkgncihgllchmjjafekailaclk
Descrição Serum of Truth is more than just a counter fake news tool, we are a movement.
Tamanho do Arquivo 1.05 MB
Contagem de Instalações 38
Versão Atual 1.0.1
Última Atualização 2021-05-26
Data de Publicação 2020-12-22
Classificação 4.80/5 Total de 15 Avaliações
Desenvolvedor SoT
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://serumoftruth.com/
URL da Página de Ajuda https://serumoftruth.com/
Idiomas Suportados 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
}