Anti Fake News

Fight fake news online by rate and trusting information on any webpage.

Anti Fake News란 무엇입니까?

Anti Fake News은(는) https://trust.dance에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fight fake news online by rate and trusting information on any webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Anti Fake News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This app lets you manage your network of trusted peers, and only scores of trusted peers will be visible.

Fake news and AI generated content are a massive problem as there usually is no quick way to fact check the content and source.
Fake news is usually founded in a real source of information but is distorted to fit a narrative. With the never-ending flow of information available on the internet, fact-checking everything is near impossible for a single person to handle.
Even professionals like journalists that are paid to do their fact checking are usually incentive to produce a lot of content and therefore just relay information that seems to be correct without fact checking it first. There is simply no time to fact-check when you need to be the first one to break the news.

How to combat fake news?

There is no good centralized solution, sorry. Here is why…
All information relayed from a person is always presented in a subjective way. Therefore reporting becomes an interpretation of the events happening. There are always degrees of truthiness in the interpretation, but that is defined by the receiver of the information.

Of cause, it would be possible to record everything, to get a full picture of context around the event and present this as information, but you still have the interpretation of the receiver. Recording everything is not efficient and is very time-consuming, so we fall back to reporting and subjective interpretation from the reporter.

Big social platforms are trying hard to govern the information on their platforms, therefore they set up rules that are used to filter information. The problem is that the rules are objective and not subjective, and to comply with the laws of many counties in general, the rules usually ends up stricter than any one country laws.
So fact-checking information before relaying it is an interpretation of an intermediary that decides if the information is valid or not. This may not fit with the end receiver view of things.

Today most consumers of information have to rely on the good faith on the producer of information, as the time and effort to validate the information oneself is not worth the effort. This creates an environment where it is easy to produce information that heavily manipulated and very little fact-checked before it reaches the masses.

What is needed is a system that can immediately present the fact-checking of information in a context according to one’s subjective perspective. This requires a system that supports the possibility of subjective trust in a peer to peer way, resulting in a web of trust network. This way, the only information that is trusted within one’s network will be relayed or flagged. This is similar to white listing intermediaries that we trust. 

This what Anti Fake News is about!                    

확장 프로그램 기본 정보

이름 Anti Fake News Anti Fake News
ID fklnoboblimaoabndbpcibmgnnocfeah
공식 URL https://chromewebstore.google.com/detail/anti-fake-news/fklnoboblimaoabndbpcibmgnnocfeah
설명 Fight fake news online by rate and trusting information on any webpage.
파일 크기 2.13 MB
설치 횟수 10
현재 버전 0.2.19.1108
최근 업데이트 2019-11-10
출시 날짜 2019-11-08
개발자 https://trust.dance
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://trust.dance
도움말 페이지 URL https://trust.dance
개인정보 보호 정책 페이지 URL https://raw.githubusercontent.com/DigitalTrustProtocol/Whitepaper/master/LICENSE
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Fake News",
    "description": "Fight fake news online by rate and trusting information on any webpage.",
    "version": "0.2.19.1108",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "author": "DTP protocol developers",
    "oauth2": {
        "client_id": "763572271725-vb5ffarqgvgb7cgu7ivp69vrbitcl905.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhc7LyhVcPfvdZMxv4cIl1HtLc4yoN0dgaByS0r6aogGwM+e2QojIpaVoFhbOXMkhH8vRn8NNB0Z9Izk2zD07AIKV770TIys2HZmACLIZIIwegd5gOzdIeINILrDxuuvKVyDqHqtLm99HtEfnt8xygddK1XpEXqOHG7wu6k4V7ETL\/BL3zwANTCX9ZUCm5q3xRNjHau0Xh3aciDy2becj4D\/Vj0kdeY+mNVxemnqHaozhyYyWGDrWiMPqPAZJxNks3bJrPFFfeAiuJQjr5Rq38wWsIbelSAnThoItkqOuRDCFixxGup5C2YP7rpt3YIsHY+K6ClSQ0ajwUmcgo1LwfwIDAQAB",
    "icons": {
        "16": "img\/DTP16a.png",
        "48": "img\/DTP48a.png",
        "128": "img\/DTP128a.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/DTP16a.png",
            "24": "img\/DTP24a.png",
            "32": "img\/DTP32a.png"
        },
        "default_title": "Anti Fake News",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/*",
        "img\/*",
        "assets\/*",
        "js\/*",
        "lib\/*",
        "fonts\/*"
    ]
}