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ファイルをダウンロード

Anti Fake News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}