The Church of Social Justice

Replaces every occurrence of certain key phrases for a more honest user experience

Qu'est-ce que The Church of Social Justice ?

The Church of Social Justice est une extension Chrome développée par Lo Ping, et sa fonction principale est "Replaces every occurrence of certain key phrases for a more honest user experience".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The Church of Social Justice

Téléchargez les fichiers d'extension The Church of Social Justice 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

                        Replaces every occurrence of certain key phrases for a more authentic and honest user experience.                    

Informations de Base sur l'Extension

Nom The Church of Social Justice The Church of Social Justice
ID mjmedjkamfhiiafaekaemicbofipfpnd
URL Officiel https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd
Description Replaces every occurrence of certain key phrases for a more honest user experience
Taille du Fichier 3.79 KB
Nombre d'Installations 36
Version Actuelle 1.52
Dernière Mise à Jour 2016-12-07
Date de Publication 2016-12-06
Évaluation 4.83/5 Total 6 Évaluations
Développeur Lo Ping
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Church of Social Justice",
    "description": "Replaces every occurrence of certain key phrases for a more honest user experience",
    "version": "1.52",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}