Unbias the Internet

Remove gender identifiers from web pages.

Τι είναι το Unbias the Internet;

Το Unbias the Internet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stuart Horner, και η κύρια λειτουργία του είναι "Remove gender identifiers from web pages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unbias the Internet

Λήψη αρχείων επέκτασης 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
Επίσημο 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\/*"
            ]
        }
    ]
}