Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
什么是Lord Harambe?
Lord Harambe是由SirSidis开发的Chrome扩展程序,该扩展的主要功能是“Replaces all instances of 'God' with 'Harambe'. Dicks out”。
扩展截图
下载Lord Harambe扩展crx文件
下载Lord Harambe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend 扩展基本信息
| 名称 | |
| ID | dkjlnnadnhioppalkdangjmfeppakfep |
| 官方URL | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
| 简介 | Replaces all instances of 'God' with 'Harambe'. Dicks out |
| 文件大小 | 8.67 KB |
| 安装次数 | 78 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-07-25 |
| 上架时间 | 2016-07-25 |
| 评分 | 4.50/5 共12次评分 |
| 开发者 | SirSidis |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lord Harambe",
"description": "Replaces all instances of 'God' with 'Harambe'. Dicks out",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |