Anti-woke

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

Anti-woke là gì?

Anti-woke là một tiện ích mở rộng Chrome được phát triển bởi Anti-woke, và tính năng chính của nó là "The anti-wokeness extension. Shows warnings about woke companies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-woke

Tải xuống các tệp mở rộng Anti-woke dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti-woke Anti-woke
ID lmilkgfpcjmmcbnenlpjknhleffaeoci
URL Chính Thức https://chromewebstore.google.com/detail/anti-woke/lmilkgfpcjmmcbnenlpjknhleffaeoci
Mô tả The anti-wokeness extension. Shows warnings about woke companies.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.6.0.4
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2021-01-28
Đánh Giá 4.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Anti-woke
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}