Transgender to Ghost

replaces the word transgender with ghost

Qu'est-ce que Transgender to Ghost ?

Transgender to Ghost est une extension Chrome développée par kappklot, et sa fonction principale est "replaces the word transgender with ghost".

Télécharger le fichier CRX de l'extension Transgender to Ghost

Téléchargez les fichiers d'extension Transgender to Ghost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Transgender to Ghost Transgender to Ghost
ID lbbjijoajmgjbhjjlolonlgkcldahanf
URL Officiel https://chrome.google.com/webstore/detail/transgender-to-ghost/lbbjijoajmgjbhjjlolonlgkcldahanf
Description replaces the word transgender with ghost
Taille du Fichier 3.52 KB
Nombre d'Installations 33
Version Actuelle 0.1
Dernière Mise à Jour 2016-02-02
Date de Publication 2016-02-02
Évaluation 3.00/5 Total 4 Évaluations
Développeur kappklot
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}