Transgender to Ghost
replaces the word transgender with ghost
Transgender to Ghostとは何ですか?
Transgender to Ghostはkappklotによって開発されたChromeの拡張機能で、その主な機能は「replaces the word transgender with ghost」です。
Transgender to Ghost拡張機能のCRXファイルをダウンロード
Transgender to Ghost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | ![]() |
ID | lbbjijoajmgjbhjjlolonlgkcldahanf |
公式URL | https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf |
説明 | replaces the word transgender with ghost |
ファイルサイズ | 3.52 KB |
インストール数 | 33 |
現在のバージョン | 0.1 |
最終更新日 | 2016-02-02 |
公開日 | 2016-02-02 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | kappklot |
支払い方法 | free |
対応言語 | 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" } ] } |