TrueStory

Be your own journalist.

O que é TrueStory?

TrueStory é uma extensão do Chrome desenvolvida por https://truestory.one, e sua principal característica é "Be your own journalist.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TrueStory

Baixe arquivos de extensão TrueStory 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

                        Use it while reading news in order to get similar but contrasting stories from other publishers.

We all know how time consuming is investigating if an article is fake or not, that's why we're offering you multiple opposed ones to what you're currently reading, so you can draw your own conclusion in the end, while still surfing your favorite authors.

https://truestory.one                    

Informações Básicas da Extensão

Nome TrueStory TrueStory
ID elknkoobodlilnddeeiehnaepdahhnpm
URL Oficial https://chromewebstore.google.com/detail/truestory/elknkoobodlilnddeeiehnaepdahhnpm
Descrição Be your own journalist.
Tamanho do Arquivo 1.64 MB
Contagem de Instalações 74
Versão Atual 1.0.10
Última Atualização 2021-02-23
Data de Publicação 2020-04-12
Desenvolvedor https://truestory.one
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://truestory.one
URL da Página de Ajuda https://truestory.one/#signup
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.10",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/truestory.one\/*",
        "https:\/\/truestory.appspot.com\/*",
        "https:\/\/develop-dot-truestory.appspot.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "TrueStory",
        "default_popup": "popup.html"
    }
}