White male to Jew
Replaces the text 'white male' with 'Jew'.
Τι είναι το White male to Jew;
Το White male to Jew είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ZeroShift, και η κύρια λειτουργία του είναι "Replaces the text 'white male' with 'Jew'.".
Λήψη αρχείου CRX της επέκτασης White male to Jew
Λήψη αρχείων επέκτασης White male to Jew σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Chrome extension that replaces occurrences of 'White male' and other variations with 'Jew' Ever wondered, "Hmm, these SJWs everywhere sure seem awfully bigoted" well now you can see it clear as day! NOTE: This extension is satire and its contents are not to be taken seriously. By downloading and installing this extension you are waiving any right to be "triggered" by it or my other works. Any accusation of "triggering" or "privilege" will be met with 50 lashes with a wet noodle. Source: https://github.com/Zero-Shift/White-Male-to-Jew
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
Επίσημο URL | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
Περιγραφή | Replaces the text 'white male' with 'Jew'. |
Μέγεθος Αρχείου | 3.49 KB |
Αριθμός Εγκαταστάσεων | 84 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-01-25 |
Ημερομηνία Δημοσίευσης | 2015-01-25 |
Αξιολόγηση | 4.25/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | ZeroShift |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White male to Jew", "version": "1.1", "description": "Replaces the text 'white male' with 'Jew'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |