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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://openmind.press และคุณลักษณะหลักของมันคือ "Open Mind is web extension designed to combat fake news and political polarization, using cognitive science and machine learning."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Mind

ดาวน์โหลดไฟล์ส่วนขยาย Open Mind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}