The Church of Social Justice

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

Cos'è The Church of Social Justice?

The Church of Social Justice è un'estensione di Chrome sviluppata da Lo Ping, e la sua funzione principale è "Replaces every occurrence of certain key phrases for a more honest user experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Church of Social Justice

Scarica i file di estensione The Church of Social Justice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Church of Social Justice The Church of Social Justice
ID mjmedjkamfhiiafaekaemicbofipfpnd
URL Ufficiale https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd
Descrizione Replaces every occurrence of certain key phrases for a more honest user experience
Dimensione del File 3.79 KB
Conteggio Installazioni 36
Versione Corrente 1.52
Ultimo Aggiornamento 2016-12-07
Data di Pubblicazione 2016-12-06
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Lo Ping
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}