Logically Browser Extension (BETA)

Fight Fake News and Browse With Confidence

Qu'est-ce que Logically Browser Extension (BETA) ?

Logically Browser Extension (BETA) est une extension Chrome développée par http://logically.ai, et sa fonction principale est "Fight Fake News and Browse With Confidence".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Logically Browser Extension (BETA)

Téléchargez les fichiers d'extension Logically Browser Extension (BETA) 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

                        The Logically Browser Extension: combining sophisticated AI with skilled human researchers, so you can fact check dubious claims.

Through our revolutionary technology, we empower you to take back control of the information you consume, whether it be in the news or on social media. We provide a fact checking service so you can verify dubious claims; highlight credible and reliable articles and sources so you feel confident in what you read; rid your social media of toxic and harmful language, and provide the means to break out of your own echo chamber by suggesting related articles from trusted webpages that challenge your preconceived beliefs.

We are revolutionising the way people consume the news and browse webpages by combining sophisticated AI with skilled human researchers. Our goal is to mitigate the phenomenon of ‘fake news’ and stop the weaponisation of context for deceptive purposes.

 

• Fact check
Fight ‘fake news’ at its source by verifying claims at the touch of a button. Simply share a news article, statistic or something that has been circulating on WhatsApp, with us through the Logically Browser Extension and our AI technology will determine its credibility. Select the claim you’re suspicious of and if we can verify it immediately, you’ll get an instant response. If not, our fact checkers will get to work researching it. 

Our tech checks your claim against multiple databases to find relevant fact checks and information to save you time and shed some light on whether the claim you have read is reliable. 

Check it before you share it and stop misinformation in its tracks.  

• Fact Finder AI
Submit a claim and our Fact Finder AI will check it against our database to find relevant fact checks and evidence to shed some light on the veracity of your claim.

• Source Credibility
Rely on expert assessments from our research partners and predictions from our AI fake news detector to avoid toxic articles and peruse only trusted webpages. Stay in full control of your browsing experience by overriding any of our assessments and adding websites you trust to your personal list of Trusted Sources.

• Article credibility
Even the most credible sources can sometimes publish poorly sourced information. Our AI predicts the credibility of an article or webpage based on its content, the reputation and expertise of its authors and how it is being distributed on social media, ensuring you are consuming daily unbiased news and browsing webpages with confidence.

• Key Players
Have you ever read an article and wondered who someone is, what they have done, or why they matter? Our AI picks out the key players from any article and gives you all the information you need about them. We do this for all the key individuals, places, and organisations we detect through our analysis of the entire story and its coverage.

• Comment Toxicity
Eliminate toxic comments from social feeds that are infested with bots, trolls, and harmful content. Our AI based technology identifies offensive, hateful and toxic language and gives you the option of hiding or obscuring it based on their personal preferences, firmly putting them back in control of their social media experience.

• Related Articles
We encourage you to remain unbiased and validate their understanding by reading reliable articles from a range of publishers across the political spectrum to uncover how the same topic, when covered by different publishers with varying context and biases, can differ immensely. With our AI technology, you can compare and contrast articles from different publishers, fact check their bias, and verify their perspectives.

• Sentiment
Investigate whether the news they are reading is being positively or negatively framed. Our AI based news Sentiment Analysis Tracker allows you to understand the author’s views on a current event and the key players involved in it. You can challenge their biases and seek out alternative viewpoints from over 100,000 trusted publisher.

#Once installed, click on the jigsaw piece next to the URL bar to pin the Logically Chrome Extension 

Read Logically's Privacy Policy here: 
https://www.logically.ai/privacy-policy                    

Informations de Base sur l'Extension

Nom Logically Browser Extension (BETA) Logically Browser Extension (BETA)
ID gadjokcojfkkjnamfjgdaacpjlnfcbdo
URL Officiel https://chrome.google.com/webstore/detail/logically-browser-extensi/gadjokcojfkkjnamfjgdaacpjlnfcbdo
Description Fight Fake News and Browse With Confidence
Taille du Fichier 3.89 MB
Nombre d'Installations 946
Version Actuelle 0.1.3
Dernière Mise à Jour 2021-06-11
Date de Publication 2020-08-04
Évaluation 3.13/5 Total 8 Évaluations
Développeur http://logically.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.logically.ai/
URL de la Page d'Aide https://www.logically.ai/products/browser-extension
URL de la Page de Politique de Confidentialité https://www.logically.co.uk/privacypolicy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logically Browser Extension (BETA)",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Fight Fake News and Browse With Confidence",
    "homepage_url": "https:\/\/www.logically.ai",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16l.png",
            "48": "icons\/icon48l.png",
            "128": "icons\/icon128l.png"
        },
        "default_popup": "credentials\/index.html",
        "default_title": "Logically"
    },
    "permissions": [
        "storage",
        "identity",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "icons\/*",
        "\/static\/css\/main.css",
        "\/manifest.json"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser.js",
                "assets\/jquery.min.js",
                "\/static\/js\/main.js"
            ],
            "css": [
                "\/assets\/index.css"
            ],
            "exclude_matches": [
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "897764926083-4pqc2q6i15luemsi2as85cmrmdk22097.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com\/ https:\/\/www.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn\/Gl1Sjl5wAx6gRpitXcvP9MNFZ1dghC9EVTQMaV45rsosWjc\/mu\/FIoV7Ez56gtoZ8Hyl3iDOzIjh5EGSa7JskOGM0ZJ017Enx1fJhkWqrroFi67t+KkGEpLQ8Q9br6CPkokbWArw8NKdRG9byG9lfsH2LjyXIv3wBK09db8F0VBIBii+gBiQ4XHVzsVjhqlJ\/AERIQ5HLLjp9uBkOIzkxOY3UmTne6iNCVw7CfZJnLwwY5DWCadtp1ZzTCrC9SM7otU36Of7nn5rkyKyNXPKo\/dLfrTun6zB+HeNHATF0gcrH\/GhTuNBAZsVvyM8VFKjbVjeNYAlVfL7vYj1tjRQIDAQAB"
}