Skeleton J. Warrior

Replaces the text 'SJW' with 'skeleton' because that's hilarious.

¿Qué es Skeleton J. Warrior?

Skeleton J. Warrior es una extensión de Chrome desarrollada por nels.anderson, y su función principal es "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Skeleton J. Warrior

Descarga archivos de extensión Skeleton J. Warrior en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Replaces the text 'SJW' and 'social justice warrior' with 'skeleton' because that's hilarious.

As the phrase "social justice warrior" is almost never used in good faith for any kind of real discussion, and since it's usually brought out as some kind of cultural boogeyman that intends to terrify, control and destroy, it's way more amusing to imagine people are being menaced by the reanimated bones of the dead!

Someone made a simpler version of this that did raw text replacement; this plugin tries to preserve/fix case as much as possible.                    

Información Básica de la Extensión

Nombre Skeleton J. Warrior Skeleton J. Warrior
ID cngepiginggnblepfmmbpkijddklhgni
URL Oficial https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni
Descripción Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Tamaño del Archivo 21.61 KB
Cantidad de Instalaciones 52
Versión Actual 1.4
Última Actualización 2023-12-11
Fecha de Publicación 2014-10-23
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador nels.anderson
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skeleton J. Warrior",
    "version": "1.4",
    "description": "Replaces the text 'SJW' with 'skeleton' because that's hilarious.",
    "icons": {
        "16": "swicon16.png",
        "48": "swicon48.png",
        "128": "swicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}