Transgender to Ghost
replaces the word transgender with ghost
What is Transgender to Ghost?
Transgender to Ghost is a Chrome extension developed by kappklot, and its main feature is "replaces the word transgender with ghost".
Download Transgender to Ghost Extension CRX File
Download Transgender to Ghost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | lbbjijoajmgjbhjjlolonlgkcldahanf |
Official URL | https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf |
Description | replaces the word transgender with ghost |
File Size | 3.52 KB |
Installation Count | 33 |
Current Version | 0.1 |
Last Updated | 2016-02-02 |
Publish Date | 2016-02-02 |
Rating | 3.00/5 Total 4 Ratings |
Developer | kappklot |
Payment Type | free |
Supported Languages | 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" } ] } |