Marie Le Conte -> Marie Le Pepe
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
什么是Marie Le Conte -> Marie Le Pepe?
Marie Le Conte -> Marie Le Pepe是由cr3开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.”。
扩展截图
下载Marie Le Conte -> Marie Le Pepe扩展crx文件
下载Marie Le Conte -> Marie Le Pepe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
2016 Update: Now makes fart noises 扩展基本信息
| 名称 | |
| ID | egedkpknejmmcmpfgpninamalcdicepg |
| 官方URL | https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg |
| 简介 | Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet. |
| 文件大小 | 15.24 KB |
| 安装次数 | 81 |
| 当前版本 | 0.6 |
| 更新时间 | 2016-06-14 |
| 上架时间 | 2016-06-14 |
| 评分 | 2.71/5 共7次评分 |
| 开发者 | cr3 |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Marie Le Conte -> Marie Le Pepe",
"version": "0.6",
"description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |