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 |
官方網址 | 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" } ] } |