You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

Τι είναι το You Mean Racist?;

Το You Mean Racist? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tamenze, και η κύρια λειτουργία του είναι "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης You Mean Racist?

Λήψη αρχείων επέκτασης You Mean Racist? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Επίσημο URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Περιγραφή Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Μέγεθος Αρχείου 14.15 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2020-02-09
Ημερομηνία Δημοσίευσης 2020-02-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Tamenze
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Tamenze/chromeext-youMeanRacist
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}