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" } ] } |