Transgender to Ghost
replaces the word transgender with ghost
Vad är Transgender to Ghost?
Transgender to Ghost är en Chrome-tillägg utvecklad av kappklot, och dess huvudfunktion är "replaces the word transgender with ghost".
Ladda ner Transgender to Ghost-förlängningens CRX-fil
Ladda ner Transgender to Ghost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ![]() |
ID | lbbjijoajmgjbhjjlolonlgkcldahanf |
Officiell webbadress | https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf |
Beskrivning | replaces the word transgender with ghost |
Filstorlek | 3.52 KB |
Antal Installationer | 33 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-02-02 |
Publiceringsdatum | 2016-02-02 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | kappklot |
Betalningssätt | free |
Stödda Språk | 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" } ] } |