Logically Browser Extension (BETA)

Fight Fake News and Browse With Confidence

什麼是Logically Browser Extension (BETA)?

Logically Browser Extension (BETA)是由http://logically.ai開發的Chrome擴展程式,該擴展的主要功能是“Fight Fake News and Browse With Confidence”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Logically Browser Extension (BETA)擴展crx文件

下載Logically Browser Extension (BETA)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Logically Browser Extension (BETA) Logically Browser Extension (BETA)
ID gadjokcojfkkjnamfjgdaacpjlnfcbdo
官方網址 https://chrome.google.com/webstore/detail/logically-browser-extensi/gadjokcojfkkjnamfjgdaacpjlnfcbdo
簡介 Fight Fake News and Browse With Confidence
檔案大小 3.89 MB
安裝次數 946
目前版本 0.1.3
更新時間 2021-06-11
上架時間 2020-08-04
評分 3.13/5 共 8 次評分
開發者 http://logically.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.logically.ai/
說明頁面URL https://www.logically.ai/products/browser-extension
隱私政策頁面URL https://www.logically.co.uk/privacypolicy
支援的語言 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"
}