Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
什么是Ward to Beardy McTraitorson?
Ward to Beardy McTraitorson是由Andrew开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Ward' with 'Beardy McTraitorson'.”。
扩展截图
下载Ward to Beardy McTraitorson扩展crx文件
下载Ward to Beardy McTraitorson扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces "Ward" with "Beardy McTraitorson"
Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt 扩展基本信息
| 名称 | |
| ID | eeiloalhakajfbkokmlmlmkdbcidinfd |
| 官方URL | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd |
| 简介 | Replaces the text 'Ward' with 'Beardy McTraitorson'. |
| 文件大小 | 3.36 KB |
| 安装次数 | 23 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-09-25 |
| 上架时间 | 2014-09-25 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Andrew |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ward to Beardy McTraitorson",
"version": "1.0",
"description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |