True Content

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

什麼是True Content?

True Content是由truecontent.org開發的Chrome擴展程式,該擴展的主要功能是“TrueContent enables Internet users to vote any type of online content through browser extensions.”。

擴展截圖

screenshot

下載True Content擴展crx文件

下載True Content擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}