Anti Fake News

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

Qu'est-ce que Anti Fake News ?

Anti Fake News est une extension Chrome développée par https://trust.dance, et sa fonction principale est "Fight fake news online by rate and trusting information on any webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Anti Fake News

Téléchargez les fichiers d'extension Anti Fake News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Anti Fake News Anti Fake News
ID fklnoboblimaoabndbpcibmgnnocfeah
URL Officiel https://chromewebstore.google.com/detail/anti-fake-news/fklnoboblimaoabndbpcibmgnnocfeah
Description Fight fake news online by rate and trusting information on any webpage.
Taille du Fichier 2.13 MB
Nombre d'Installations 10
Version Actuelle 0.2.19.1108
Dernière Mise à Jour 2019-11-10
Date de Publication 2019-11-08
Développeur https://trust.dance
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trust.dance
URL de la Page d'Aide https://trust.dance
URL de la Page de Politique de Confidentialité https://raw.githubusercontent.com/DigitalTrustProtocol/Whitepaper/master/LICENSE
Langues Prises en Charge 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\/*"
    ]
}