Transgender to Ghost
replaces the word transgender with ghost
Apa itu Transgender to Ghost?
Transgender to Ghost adalah ekstensi Chrome yang dikembangkan oleh kappklot, dan fitur utamanya adalah "replaces the word transgender with ghost".
Unduh Berkas CRX Ekstensi Transgender to Ghost
Unduh file ekstensi Transgender to Ghost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | lbbjijoajmgjbhjjlolonlgkcldahanf |
URL Resmi | https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf |
Deskripsi | replaces the word transgender with ghost |
Ukuran File | 3.52 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-02-02 |
Tanggal Publikasi | 2016-02-02 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | kappklot |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |