True Content

TrueContent enables Internet users to vote any type of online content through browser extensions.

True Content क्या है?

True Content truecontent.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TrueContent enables Internet users to vote any type of online content through browser extensions."।

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

screenshot

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

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

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

                        The Internet is facing a surge of fake, low quality content. The most talked about subject concerning this are fake news which affects each and one of us, both directly and indirectly. There are, though, many other sources of information which promote false and/or low quality content. This leads to a lot of people being mislead, misinformed and manipulated.

TrueContent enables Internet users to vote any type of online content through browser extensions. They are also able to share their opinion regarding the vote they cast. TrueContent is, in essence, a collective filter and rating system of content quality.

You will be able to vote individual pages on websites and your vote will count towards the overall rating for that page. You will also be able to say why you chose a certain page to be Trustworthy of Untrustworthy. You can check the detailed results on the TrueContent website and see what other users had to say about any of the pages they visited. 

The app icon is either red, orange, yellow green or blue, depending on the rating of the page. The extension also displays a number which is the rating itself. The higher the rating the better the content.

TrueContent is a non profit project, aiming to make the Internet better one opinion at a time.                    

एक्सटेंशन की मूल जानकारी

नाम True Content True Content
ID ipbepdiglckmhmafbfmllccjhncflofa
आधिकारिक URL https://chromewebstore.google.com/detail/true-content/ipbepdiglckmhmafbfmllccjhncflofa
विवरण TrueContent enables Internet users to vote any type of online content through browser extensions.
फ़ाइल का आकार 123 KB
स्थापना संख्या 144
वर्तमान संस्करण 1.9.7
अंतिम अपडेट 2017-03-15
प्रकाशन तिथि 2017-03-14
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर truecontent.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://truecontent.org
सहायता पृष्ठ URL http://truecontent.org
समर्थित भाषाएँ en,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "True Content",
    "short_name": "Aiming to make the Internet a better place one opinion at a time.",
    "description": "TrueContent enables Internet users to vote any type of online content through browser extensions.",
    "version": "1.9.7",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "48": "icon48.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "aes.js",
            "jquery.js",
            "crypto.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/truecontent.org\/"
    ]
}