'Elon Musk' to 'Grimes's Boyfriend'
Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.
ما هو 'Elon Musk' to 'Grimes's Boyfriend'؟
'Elon Musk' to 'Grimes's Boyfriend' هو إضافة Chrome تم تطويرها بواسطة soph-iest، والميزة الرئيسية لها هي "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 'Elon Musk' to 'Grimes's Boyfriend'
قم بتنزيل ملفات الامتداد 'Elon Musk' to 'Grimes's Boyfriend' بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes "Elon Musk" (and derivatives) to "Grimes's Boyfriend" across the net.
معلومات أساسية عن التمديد
الاسم | |
ID | apdmcnlgnkbjenphgkcngojmjeoopabp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/elon-musk-to-grimess-boyf/apdmcnlgnkbjenphgkcngojmjeoopabp |
الوصف | Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web. |
حجم الملف | 43.12 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-12-11 |
تاريخ النشر | 2018-07-07 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | soph-iest |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/soph-iest/gender-neutralize |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sophie Debs", "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "'Elon Musk' to 'Grimes's Boyfriend'", "short_name": "Elongated Muskrat", "version": "1.2" } |