Skeleton J. Warrior
Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Skeleton J. Warrior là gì?
Skeleton J. Warrior là một tiện ích mở rộng Chrome được phát triển bởi nels.anderson, và tính năng chính của nó là "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skeleton J. Warrior
Tải xuống các tệp mở rộng Skeleton J. Warrior dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skeleton J. Warrior |
ID | cngepiginggnblepfmmbpkijddklhgni |
URL Chính Thức | https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni |
Mô tả | Replaces the text 'SJW' with 'skeleton' because that's hilarious. |
Kích Thước Tệp | 21.61 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-12-11 |
Ngày Phát Hành | 2014-10-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | nels.anderson |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |