TAB FaceIt-Chiller
Replaces the fanfare sound on FaceIt.com with the plop
什么是TAB FaceIt-Chiller?
TAB FaceIt-Chiller是由Tabakhase开发的Chrome扩展程序,该扩展的主要功能是“Replaces the fanfare sound on FaceIt.com with the plop”。
扩展截图
下载TAB FaceIt-Chiller扩展crx文件
下载TAB FaceIt-Chiller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the fanfare sound on FaceIt.com with the plop.
And thats it. 扩展基本信息
| 名称 | |
| ID | nnbgmghognlojjdhpdballejoebhmcpb |
| 官方URL | https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb |
| 简介 | Replaces the fanfare sound on FaceIt.com with the plop |
| 文件大小 | 15.41 KB |
| 安装次数 | 110 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2015-01-15 |
| 上架时间 | 2015-01-14 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Tabakhase |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TAB FaceIt-Chiller",
"short_name": "FaceItChiller",
"description": "Replaces the fanfare sound on FaceIt.com with the plop",
"version": "0.0.1",
"permissions": [
"http:\/\/www.faceit.com\/*",
"https:\/\/www.faceit.com\/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.faceit.com\/*",
"https:\/\/www.faceit.com\/*"
],
"js": [
"TAB_FaceIt-Chiller-RUN.js"
],
"all_frames": true
}
]
} | |