Reverse Racism

Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.

Apa itu Reverse Racism?

Reverse Racism adalah ekstensi Chrome yang dikembangkan oleh ReverseThatRacism, dan fitur utamanya adalah "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Reverse Racism

Unduh file ekstensi Reverse Racism 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

                        http://www.reversethatracism.com

Apparently one cannot be racist against white people.  Use this plugin to see what a seemingly harmless attack on white people would look like if put towards any other race.

When the extension is enabled, instances of the word 'white' in any page are replaced with a different race.

#ReverseThatRacism                    

Informasi Dasar Ekstensi

Nama Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Resmi https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Deskripsi Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Ukuran File 52.1 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-01-02
Tanggal Publikasi 2017-01-02
Penilaian 4.86/5 Total 7 Penilaian
Pengembang ReverseThatRacism
Tipe Pembayaran free
Situs Ekstensi http://www.reversethatracism.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Racism",
    "description": "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "32": "on.png"
        },
        "default_title": "icon"
    },
    "icons": {
        "16": "on_16.png",
        "48": "on_48.png",
        "128": "on.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}