Anti Fake News

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

Co to jest Anti Fake News?

Anti Fake News to rozszerzenie Chrome opracowane przez https://trust.dance, a jego główną funkcją jest „Fight fake news online by rate and trusting information on any webpage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Anti Fake News

Pobierz pliki rozszerzeń Anti Fake News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Anti Fake News Anti Fake News
ID fklnoboblimaoabndbpcibmgnnocfeah
Oficjalny URL https://chromewebstore.google.com/detail/anti-fake-news/fklnoboblimaoabndbpcibmgnnocfeah
Opis Fight fake news online by rate and trusting information on any webpage.
Rozmiar pliku 2.13 MB
Liczba instalacji 10
Aktualna Wersja 0.2.19.1108
Ostatnia Aktualizacja 2019-11-10
Data Publikacji 2019-11-08
Deweloper https://trust.dance
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://trust.dance
Adres URL Strony Pomocy https://trust.dance
Adres URL Strony Polityki Prywatności https://raw.githubusercontent.com/DigitalTrustProtocol/Whitepaper/master/LICENSE
Obsługiwane Języki 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\/*"
    ]
}