Reverse Racism

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

Τι είναι το Reverse Racism;

Το Reverse Racism είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ReverseThatRacism, και η κύρια λειτουργία του είναι "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reverse Racism

Λήψη αρχείων επέκτασης Reverse Racism σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Επίσημο URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Περιγραφή Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Μέγεθος Αρχείου 52.1 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-01-02
Ημερομηνία Δημοσίευσης 2017-01-02
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής ReverseThatRacism
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.reversethatracism.com
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}