Skeleton J. Warrior

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

Cos'è Skeleton J. Warrior?

Skeleton J. Warrior è un'estensione di Chrome sviluppata da nels.anderson, e la sua funzione principale è "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Skeleton J. Warrior

Scarica i file di estensione Skeleton J. Warrior 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Skeleton J. Warrior Skeleton J. Warrior
ID cngepiginggnblepfmmbpkijddklhgni
URL Ufficiale https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni
Descrizione Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Dimensione del File 21.61 KB
Conteggio Installazioni 52
Versione Corrente 1.4
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2014-10-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore nels.anderson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}