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 |
| 官方網址 | 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
}
]
} | |