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