Anti-woke

The anti-wokeness extension. Shows warnings about woke companies.

¿Qué es Anti-woke?

Anti-woke es una extensión de Chrome desarrollada por Anti-woke, y su función principal es "The anti-wokeness extension. Shows warnings about woke companies.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Anti-woke

Descarga archivos de extensión Anti-woke en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This Anti-woke extension highlights words and displays a warning message for websites, companies, and brands that engage in wokeness.

You can turn on or off the top-banner and word-highlighting in the extension settings.

Wokeness is a fixation on class, gender, and race and the perceived oppression between those identities. One example is telling employees "Try to be less white". Companies exist to deliver services to their customers and not to preach woke politics.

Anti-woke is also available as an Android app:
https://play.google.com/store/apps/details?id=no.freedom.anti_woke

The project is available on GitHub:
https://github.com/anti-wokeness/Anti-woke

Also available as a website:
Anti-woke.net                    

Información Básica de la Extensión

Nombre Anti-woke Anti-woke
ID lmilkgfpcjmmcbnenlpjknhleffaeoci
URL Oficial https://chromewebstore.google.com/detail/anti-woke/lmilkgfpcjmmcbnenlpjknhleffaeoci
Descripción The anti-wokeness extension. Shows warnings about woke companies.
Tamaño del Archivo 127 KB
Cantidad de Instalaciones 194
Versión Actual 1.6.0.4
Última Actualización 2023-06-09
Fecha de Publicación 2021-01-28
Calificación 4.00/5 Total de 13 Calificaciones
Desarrollador Anti-woke
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti-woke",
    "version": "1.6.0.4",
    "description": "The anti-wokeness extension. Shows warnings about woke companies.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.npoint.io\/*"
    ],
    "options_ui": {
        "page": "content\/options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/helper.js",
                "content\/content.js",
                "content\/storage.js",
                "content\/popper.js",
                "content\/jquery.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "urlsToWarn.json",
                "content\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "content\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}