Bubber-O-Matic
Replaces all images with images of Bubber.
什么是Bubber-O-Matic?
Bubber-O-Matic是由Null4President开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images with images of Bubber.”。
扩展截图
下载Bubber-O-Matic扩展crx文件
下载Bubber-O-Matic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
May cause issues when browsing SSL secured websites. 扩展基本信息
| 名称 | |
| ID | ogljgmfneplhjbcahmekaeichmngdmpd |
| 官方URL | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
| 简介 | Replaces all images with images of Bubber. |
| 文件大小 | 82.45 KB |
| 安装次数 | 21 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2013-09-08 |
| 上架时间 | 2013-09-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Null4President |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Null4President",
"name": "Bubber-O-Matic",
"description": "Replaces all images with images of Bubber.",
"icons": {
"16": "Icon_16.png",
"48": "Icon_48.png",
"128": "Icon_128.png"
},
"version": "1.0.1",
"content_scripts": [
{
"js": [
"jquery.js",
"background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |