Unbias the Internet

Remove gender identifiers from web pages.

什麼是Unbias the Internet?

Unbias the Internet是由Stuart Horner開發的Chrome擴展程式,該擴展的主要功能是“Remove gender identifiers from web pages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Unbias the Internet擴展crx文件

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

擴展使用說明

                        Unbias the Internet replaces gendered language with gender-neutral language. Gender's ubiquity, on and offline, heavily influences how we frame our reality, and this unconscious influence detracts from how we experience the world. After just a few hours with this extension, you'll be convinced of how pervasive gender is in media. This extension fundamentally alters the narrative of almost every media story, especially entertainment media, and reveals the gender biases that content creators, curators, and consumers don't realize they operate with. 

Written sexism becomes near-impossible with this extension installed, as words like "man", "woman", "brother", and gendered pronouns are replaced with neutral terms like "human" or "sibling."

Technology has the potential to reshape rhetoric, but only if we let it. This extension will strip away scapegoats and force us to reevaluate our most implicit xenophobias. 

Limitations: this extension does not alter pictures, a large part of rhetoric on the web. However, the accompanying discussion, when framed without gendered words, quickly reveals biases and double standards. 

Unbias the Internet, and escape mass media's most sexist and oppressive narratives.                    

擴展基本資訊

名稱 Unbias the Internet Unbias the Internet
ID njcdabcgjmpoedeoloccmpnejapkcjci
官方網址 https://chromewebstore.google.com/detail/unbias-the-internet/njcdabcgjmpoedeoloccmpnejapkcjci
簡介 Remove gender identifiers from web pages.
檔案大小 20.91 KB
安裝次數 14
目前版本 1.0.1.1
更新時間 2015-12-05
上架時間 2015-12-04
評分 4.17/5 共 6 次評分
開發者 Stuart Horner
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unbias the Internet",
    "description": "Remove gender identifiers from web pages.",
    "version": "1.0.1.1",
    "browser_action": {
        "default_icon": {
            "38": "icon38.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Unbias"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "exclude_globs": [
                "http:\/\/www.google.com\/*"
            ]
        }
    ]
}