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 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" } ] } |