TrueStory

Be your own journalist.

TrueStory क्या है?

TrueStory https://truestory.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be your own journalist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TrueStory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}