The Church of Social Justice

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

Apa itu The Church of Social Justice?

The Church of Social Justice adalah ekstensi Chrome yang dikembangkan oleh Lo Ping, dan fitur utamanya adalah "Replaces every occurrence of certain key phrases for a more honest user experience".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi The Church of Social Justice

Unduh file ekstensi The Church of Social Justice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Church of Social Justice The Church of Social Justice
ID mjmedjkamfhiiafaekaemicbofipfpnd
URL Resmi https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd
Deskripsi Replaces every occurrence of certain key phrases for a more honest user experience
Ukuran File 3.79 KB
Jumlah Instalasi 36
Versi Saat Ini 1.52
Terakhir Diperbarui 2016-12-07
Tanggal Publikasi 2016-12-06
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Lo Ping
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}