TrueStory

Be your own journalist.

Wat is TrueStory?

TrueStory is een Chrome-extensie ontwikkeld door https://truestory.one, en de belangrijkste functie is "Be your own journalist.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TrueStory

Download TrueStory-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TrueStory TrueStory
ID elknkoobodlilnddeeiehnaepdahhnpm
Officiële URL https://chromewebstore.google.com/detail/truestory/elknkoobodlilnddeeiehnaepdahhnpm
Beschrijving Be your own journalist.
Bestandsgrootte 1.64 MB
Aantal Installaties 74
Huidige Versie 1.0.10
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2020-04-12
Ontwikkelaar https://truestory.one
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://truestory.one
Help Pagina-URL https://truestory.one/#signup
Ondersteunde Talen 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"
    }
}