You Mean Racist?

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

Apa itu You Mean Racist??

You Mean Racist? adalah ekstensi Chrome yang dikembangkan oleh Tamenze, dan fitur utamanya adalah "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi You Mean Racist?

Unduh file ekstensi You Mean Racist? 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

                        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.                    

Informasi Dasar Ekstensi

Nama You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Resmi https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Deskripsi Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Ukuran File 14.15 KB
Jumlah Instalasi 37
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-02-09
Tanggal Publikasi 2020-02-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Tamenze
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Tamenze/chromeext-youMeanRacist
Bahasa yang Didukung 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"
    ]
}