Skeleton J. Warrior

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

ما هو Skeleton J. Warrior؟

Skeleton J. Warrior هو إضافة Chrome تم تطويرها بواسطة nels.anderson، والميزة الرئيسية لها هي "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Skeleton J. Warrior

قم بتنزيل ملفات الامتداد Skeleton J. Warrior بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}