'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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |