The Church of Social Justice

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

What is The Church of Social Justice?

The Church of Social Justice is a Chrome extension developed by Lo Ping, and its main feature is "Replaces every occurrence of certain key phrases for a more honest user experience".

Extension Screenshots

screenshot
screenshot

Download The Church of Social Justice Extension CRX File

Download The Church of Social Justice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name The Church of Social Justice The Church of Social Justice
ID mjmedjkamfhiiafaekaemicbofipfpnd
Official URL 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
File Size 3.79 KB
Installation Count 36
Current Version 1.52
Last Updated 2016-12-07
Publish Date 2016-12-06
Rating 4.83/5 Total 6 Ratings
Developer Lo Ping
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}