Un-Transcender

makes backhandedly nice articles about non-white people more accurate. by @dexdigi

Cos'è Un-Transcender?

Un-Transcender è un'estensione di Chrome sviluppata da dexdigi, e la sua funzione principale è "makes backhandedly nice articles about non-white people more accurate. by @dexdigi".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Un-Transcender

Scarica i file di estensione Un-Transcender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Changes all instances of "transcended race" to "was retroactively deemed safe by white people". Because that's usually what that phrase means.                    

Informazioni di Base sull'Estensione

Nome Un-Transcender Un-Transcender
ID aegcbjflheephjplfflgdgmcpipcjdmf
URL Ufficiale https://chromewebstore.google.com/detail/un-transcender/aegcbjflheephjplfflgdgmcpipcjdmf
Descrizione makes backhandedly nice articles about non-white people more accurate. by @dexdigi
Dimensione del File 3.85 KB
Conteggio Installazioni 62
Versione Corrente 0.12
Ultimo Aggiornamento 2016-06-07
Data di Pubblicazione 2016-06-07
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore dexdigi
Tipo di Pagamento free
Sito Web dell'Estensione https://medium.com/@dexdigi/47649e79b3bd
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Un-Transcender",
    "version": "0.12",
    "description": "makes backhandedly nice articles about non-white people more accurate. by @dexdigi",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}