Anti-woke

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

Anti-wokeคืออะไร?

Anti-woke เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anti-woke และคุณลักษณะหลักของมันคือ "The anti-wokeness extension. Shows warnings about woke companies."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-woke

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}