Skeleton J. Warrior
Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Co to jest Skeleton J. Warrior?
Skeleton J. Warrior to rozszerzenie Chrome opracowane przez nels.anderson, a jego główną funkcją jest „Replaces the text 'SJW' with 'skeleton' because that's hilarious.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Skeleton J. Warrior
Pobierz pliki rozszerzeń Skeleton J. Warrior w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Skeleton J. Warrior |
ID | cngepiginggnblepfmmbpkijddklhgni |
Oficjalny URL | https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni |
Opis | Replaces the text 'SJW' with 'skeleton' because that's hilarious. |
Rozmiar pliku | 21.61 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2023-12-11 |
Data Publikacji | 2014-10-23 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | nels.anderson |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |