The Church of Social Justice

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

The Church of Social Justiceคืออะไร?

The Church of Social Justice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lo Ping และคุณลักษณะหลักของมันคือ "Replaces every occurrence of certain key phrases for a more honest user experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Church of Social Justice

ดาวน์โหลดไฟล์ส่วนขยาย The Church of Social Justice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Church of Social Justice The Church of Social Justice
ID mjmedjkamfhiiafaekaemicbofipfpnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd
คำอธิบาย Replaces every occurrence of certain key phrases for a more honest user experience
ขนาดไฟล์ 3.79 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.52
อัปเดตครั้งล่าสุด 2016-12-07
วันที่เผยแพร่ 2016-12-06
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Lo Ping
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}