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
}
]
} | |