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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}