TrueStory

Be your own journalist.

Τι είναι το TrueStory;

Το TrueStory είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://truestory.one, και η κύρια λειτουργία του είναι "Be your own journalist.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TrueStory

Λήψη αρχείων επέκτασης TrueStory σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TrueStory TrueStory
ID elknkoobodlilnddeeiehnaepdahhnpm
Επίσημο URL https://chromewebstore.google.com/detail/truestory/elknkoobodlilnddeeiehnaepdahhnpm
Περιγραφή Be your own journalist.
Μέγεθος Αρχείου 1.64 MB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 1.0.10
Τελευταία Ενημέρωση 2021-02-23
Ημερομηνία Δημοσίευσης 2020-04-12
Προγραμματιστής https://truestory.one
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://truestory.one
Διεύθυνση URL της Σελίδας Βοήθειας https://truestory.one/#signup
Υποστηριζόμενες Γλώσσες 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"
    }
}