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 파일 다운로드

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

확장 프로그램 사용 설명서

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