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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |