Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
ما هو Alt-Right Denormalizer؟
Alt-Right Denormalizer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alt-Right Denormalizer
قم بتنزيل ملفات الامتداد Alt-Right Denormalizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.
معلومات أساسية عن التمديد
الاسم | Alt-Right Denormalizer |
ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
الوصف | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
حجم الملف | 3.56 KB |
عدد التثبيتات | 657 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-11-17 |
تاريخ النشر | 2016-11-16 |
تقييم | 4.12/5 مجموع تقييمات 34 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Right Denormalizer", "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |