Open Mind

Open Mind is web extension designed to combat fake news and political polarization, using cognitive science and machine learning.

Open Mind란 무엇입니까?

Open Mind은(는) https://openmind.press에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Mind is web extension designed to combat fake news and political polarization, using cognitive science and machine learning."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Open Mind 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Open Mind is a Google Chrome extension designed to combat the proliferation of fake news, and increase exposure to opposing viewpoints.

We warn readers of websites known to publish fake news by providing the user with a warning and links to more reputable sources. Users also get direct analysis on how partisan their reading patterns are in a dashboard on their new tab page that tracks their political browsing history. Our dashboard gives users a list of recommended articles that can order to balance out the perspectives and biases in your reading history. Finally, underneath articles on your Facebook, Twitter and Google news feed, we suggest relevant articles that would broaden your perspective. We also warn you with a notification if you share an article on Facebook you have not read, or read an extensive amount of news that is consistently biased on one side of a topic.

Privacy Disclosure:
The Open Mind extension relies on tracking user browsing activity to provide insights to the user. The Open Mind extension is able to analyse the bias in your news and provide recommendations by sending the urls of webpages you browse to our server at https://api.whimmly.com, over encrypted HTTPS. Our server analyzes the articles and sends the results back to your browser. You can read our privacy policy here: https://openmind.press/privacy-policy                    

확장 프로그램 기본 정보

이름 Open Mind Open Mind
ID bjncheaiplahimlbbehdeclmlbknjdpo
공식 URL https://chromewebstore.google.com/detail/open-mind/bjncheaiplahimlbbehdeclmlbknjdpo
설명 Open Mind is web extension designed to combat fake news and political polarization, using cognitive science and machine learning.
파일 크기 3.3 MB
설치 횟수 285
현재 버전 0.0.16
최근 업데이트 2021-12-02
출시 날짜 2019-10-31
평점 3.33/5 총 9 개의 평점
개발자 https://openmind.press
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openmind.press
개인정보 보호 정책 페이지 URL https://openmind.press/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Mind",
    "description": "Open Mind is web extension designed to combat fake news and political polarization, using cognitive science and machine learning.",
    "version": "0.0.16",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "include\/custom.css"
            ],
            "js": [
                "build\/contentScripts.js",
                "include\/bootstrap-4.3.1-dist\/js\/bootstrap.bundle.min.js",
                "include\/bootstrap-4.3.1-dist\/js\/bootstrap.min.js",
                "include\/bootstrap-4.3.1-dist\/js\/bootstrap.js",
                "include\/bootstrap-4.3.1-dist\/js\/bootstrap.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jQuery.js",
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "site\/build\/index.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/api.openmind.press\/*"
    ]
}