Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

Alt-Right Denormalizerคืออะไร?

Alt-Right Denormalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alt-Right Denormalizer

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

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

                        Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.                    

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

ชื่อ Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
คำอธิบาย Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
ขนาดไฟล์ 3.56 KB
จำนวนการติดตั้ง 657
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-17
วันที่เผยแพร่ 2016-11-16
คะแนน 4.12/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right Denormalizer",
    "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}