You Mean Racist?

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

Co to jest You Mean Racist??

You Mean Racist? to rozszerzenie Chrome opracowane przez Tamenze, a jego główną funkcją jest „Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia You Mean Racist?

Pobierz pliki rozszerzeń You Mean Racist? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Oficjalny URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Opis Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Rozmiar pliku 14.15 KB
Liczba instalacji 37
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-02-09
Data Publikacji 2020-02-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Tamenze
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Tamenze/chromeext-youMeanRacist
Obsługiwane Języki 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"
    ]
}