FatBoy2FatBoy
Replaces the text 'Kim Jong Un to Fat Boy'.
什么是FatBoy2FatBoy?
FatBoy2FatBoy是由fatboy2fatboyextension开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Kim Jong Un to Fat Boy'.”。
扩展截图
下载FatBoy2FatBoy扩展crx文件
下载FatBoy2FatBoy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I just modified the cloud to butt extension to make Kim Jong Un's feeling hurt 扩展基本信息
| 名称 | |
| ID | mebamnmlaejijhncenldggolfjffjeie |
| 官方URL | https://chromewebstore.google.com/detail/fatboy2fatboy/mebamnmlaejijhncenldggolfjffjeie |
| 简介 | Replaces the text 'Kim Jong Un to Fat Boy'. |
| 文件大小 | 3.42 KB |
| 安装次数 | 159 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-01-16 |
| 上架时间 | 2016-01-16 |
| 评分 | 3.71/5 共7次评分 |
| 开发者 | fatboy2fatboyextension |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FatBoy2FatBoy",
"version": "1.0",
"description": "Replaces the text 'Kim Jong Un to Fat Boy'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |