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                    

擴展基本資訊

名稱 Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
官方網址 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"
        }
    ]
}