'Elon Musk' to 'Grimes's Boyfriend'
Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.
Apa itu 'Elon Musk' to 'Grimes's Boyfriend'?
'Elon Musk' to 'Grimes's Boyfriend' adalah ekstensi Chrome yang dikembangkan oleh soph-iest, dan fitur utamanya adalah "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 'Elon Musk' to 'Grimes's Boyfriend'
Unduh file ekstensi 'Elon Musk' to 'Grimes's Boyfriend' dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Changes "Elon Musk" (and derivatives) to "Grimes's Boyfriend" across the net.
Informasi Dasar Ekstensi
Nama | |
ID | apdmcnlgnkbjenphgkcngojmjeoopabp |
URL Resmi | https://chromewebstore.google.com/detail/elon-musk-to-grimess-boyf/apdmcnlgnkbjenphgkcngojmjeoopabp |
Deskripsi | Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web. |
Ukuran File | 43.12 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-12-11 |
Tanggal Publikasi | 2018-07-07 |
Penilaian | 5.00/5 Total 10 Penilaian |
Pengembang | soph-iest |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/soph-iest/gender-neutralize |
Bahasa yang Didukung | 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" } |