Transgender to Ghost
replaces the word transgender with ghost
Transgender to Ghost क्या है?
Transgender to Ghost kappklot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "replaces the word transgender with ghost"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transgender to Ghost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |