Transgender to Ghost
replaces the word transgender with ghost
Transgender to Ghost là gì?
Transgender to Ghost là một tiện ích mở rộng Chrome được phát triển bởi kappklot, và tính năng chính của nó là "replaces the word transgender with ghost".
Tải xuống tệp CRX của tiện ích mở rộng Transgender to Ghost
Tải xuống các tệp mở rộng Transgender to Ghost 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
What it sounds like. Replaces the word "transgender" with the word "ghost". Make the cis people in your life more comfortable. Why: http://www.huffingtonpost.com/entry/more-americans-claim-to-have-seen-a-ghost-than-have-met-a-trans-person_us_5677fee5e4b014efe0d5ed62
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | lbbjijoajmgjbhjjlolonlgkcldahanf |
URL Chính Thức | https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf |
Mô tả | replaces the word transgender with ghost |
Kích Thước Tệp | 3.52 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-02-02 |
Ngày Phát Hành | 2016-02-02 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | kappklot |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transgender to Ghost", "description": "replaces the word transgender with ghost", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |