Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

Stop Normalizing Alt Right Neo-Nazi Editionคืออะไร?

Stop Normalizing Alt Right Neo-Nazi Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StopNormalizing และคุณลักษณะหลักของมันคือ "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Normalizing Alt Right Neo-Nazi Edition

ดาวน์โหลดไฟล์ส่วนขยาย Stop Normalizing Alt Right Neo-Nazi Edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        By popular demand! Stop Normalizing Neo-Nazi Edition.

After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. 

Don't buy the rebranding; reject it.

NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
คำอธิบาย Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
ขนาดไฟล์ 3.58 KB
จำนวนการติดตั้ง 442
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-07-05
วันที่เผยแพร่ 2018-07-05
คะแนน 3.82/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา StopNormalizing
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://www.stopnormalizing.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
    "version": "1.0",
    "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}