Skeleton J. Warrior

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

O que é Skeleton J. Warrior?

Skeleton J. Warrior é uma extensão do Chrome desenvolvida por nels.anderson, e sua principal característica é "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Skeleton J. Warrior

Baixe arquivos de extensão Skeleton J. Warrior no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Skeleton J. Warrior Skeleton J. Warrior
ID cngepiginggnblepfmmbpkijddklhgni
URL Oficial https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni
Descrição Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Tamanho do Arquivo 21.61 KB
Contagem de Instalações 52
Versão Atual 1.4
Última Atualização 2023-12-11
Data de Publicação 2014-10-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor nels.anderson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}