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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}