Skeleton J. Warrior

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

What is Skeleton J. Warrior?

Skeleton J. Warrior is a Chrome extension developed by nels.anderson, and its main feature is "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Skeleton J. Warrior Extension CRX File

Download Skeleton J. Warrior extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Skeleton J. Warrior Skeleton J. Warrior
ID cngepiginggnblepfmmbpkijddklhgni
Official URL https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni
Description Replaces the text 'SJW' with 'skeleton' because that's hilarious.
File Size 21.61 KB
Installation Count 52
Current Version 1.4
Last Updated 2023-12-11
Publish Date 2014-10-23
Rating 5.00/5 Total 4 Ratings
Developer nels.anderson
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}