Bias Finder

Find the bias of any news site you go to!

Bias Finder là gì?

Bias Finder là một tiện ích mở rộng Chrome được phát triển bởi Unlocked, và tính năng chính của nó là "Find the bias of any news site you go to!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bias Finder

Tải xuống các tệp mở rộng Bias Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When reading the news, it can be easy to get trapped into thinking there's only one viable perspective. In reality, all different groups from across the political spectrum may perceive the same event in a completely different light. For example:

Headline: Donald Trump signs an executive order that cracks down on undocumented immigrants.

Left response: Donald Trump is tearing apart families.

Right response: Donald Trump is enforcing US immigration law.

This extension won't tell you what to believe, or what is the "correct" way to perceive an issue. However, it will help inform your own perspective so that rather than accepting the first thing you see as fact, you'll think about who is saying it.

Following that line, Bias Finder is not intended to say whether a source is trustworthy or not. Just because a news site has a bias rating of left or right doesn't mean it's any less accurate than a site located in the center, or vice versa. Rather, it just tells you how the analysis is likely to be shaped by political opinions and biases. Two completely factual stories may have very different perspectives:

Left headline: Donald Trump signs "Muslim Ban 2.0." Before it can go into effect, a Hawaiian judge strikes it down. 

Right headline: Donald Trump claims a Hawaiian judge is threatening national security by striking down his revised immigration executive order.

Neither headline is strictly incorrect, but both convey a very different tone about the events.


Powered by AllSides.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bias Finder Bias Finder
ID jojjlkfeofgcjeanbpghcapjcccbakop
URL Chính Thức https://chromewebstore.google.com/detail/bias-finder/jojjlkfeofgcjeanbpghcapjcccbakop
Mô tả Find the bias of any news site you go to!
Kích Thước Tệp 58.42 KB
Số Lần Cài Đặt 2,883
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2019-10-10
Đánh Giá 4.44/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Unlocked
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TheUnlocked/Bias-Finder
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bias Finder",
    "version": "1.4.1",
    "icons": {
        "128": "Icons\/icon_about.png"
    },
    "short_name": "Bias Finder",
    "description": "Find the bias of any news site you go to!",
    "author": "Unlocked",
    "homepage_url": "https:\/\/github.com\/TheUnlocked\/Bias-Finder",
    "action": {
        "default_icon": {
            "128": "Icons\/icon.png"
        },
        "default_popup": "Popup\/unfound_popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/www.allsides.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}