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

Apa itu Stop Normalizing Alt Right Neo-Nazi Edition?

Stop Normalizing Alt Right Neo-Nazi Edition adalah ekstensi Chrome yang dikembangkan oleh StopNormalizing, dan fitur utamanya adalah "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stop Normalizing Alt Right Neo-Nazi Edition

Unduh file ekstensi Stop Normalizing Alt Right Neo-Nazi Edition dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
URL Resmi https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
Deskripsi Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
Ukuran File 3.58 KB
Jumlah Instalasi 442
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-07-05
Tanggal Publikasi 2018-07-05
Penilaian 3.82/5 Total 33 Penilaian
Pengembang StopNormalizing
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://www.stopnormalizing.com
Bahasa yang Didukung 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"
        }
    ]
}