'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'是由soph-iest开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.”。
扩展截图
下载'Elon Musk' to 'Grimes's Boyfriend'扩展crx文件
下载'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" } |