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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}