Anti-woke

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

什么是Anti-woke?

Anti-woke是由Anti-woke开发的Chrome扩展程序,该扩展的主要功能是“The anti-wokeness extension. Shows warnings about woke companies.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Anti-woke扩展crx文件

下载Anti-woke扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Anti-woke Anti-woke
ID lmilkgfpcjmmcbnenlpjknhleffaeoci
官方URL https://chromewebstore.google.com/detail/anti-woke/lmilkgfpcjmmcbnenlpjknhleffaeoci
简介 The anti-wokeness extension. Shows warnings about woke companies.
文件大小 127 KB
安装次数 194
当前版本 1.6.0.4
更新时间 2023-06-09
上架时间 2021-01-28
评分 4.00/5 共13次评分
开发者 Anti-woke
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}