Skeleton J. Warrior

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

什么是Skeleton J. Warrior?

Skeleton J. Warrior是由nels.anderson开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'SJW' with 'skeleton' because that's hilarious.”。

扩展截图

screenshot
screenshot
screenshot

下载Skeleton J. Warrior扩展crx文件

下载Skeleton J. Warrior扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Skeleton J. Warrior Skeleton J. Warrior
ID cngepiginggnblepfmmbpkijddklhgni
官方URL https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni
简介 Replaces the text 'SJW' with 'skeleton' because that's hilarious.
文件大小 21.61 KB
安装次数 52
当前版本 1.4
更新时间 2023-12-11
上架时间 2014-10-23
评分 5.00/5 共4次评分
开发者 nels.anderson
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}