Transgender to Ghost

replaces the word transgender with ghost

Transgender to Ghostคืออะไร?

Transgender to Ghost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kappklot และคุณลักษณะหลักของมันคือ "replaces the word transgender with ghost"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transgender to Ghost

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}