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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}