Faceit Customizer
This extension changes some elements used on Faceit page.
Faceit Customizerとは何ですか?
Faceit CustomizerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension changes some elements used on Faceit page.」です。
拡張機能のスクリーンショット
Faceit Customizer拡張機能のCRXファイルをダウンロード
Faceit Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change the default Faceit notification sounds. Just open the Popup on the top right of your chrome window (Faceit icon) and enter the urls to your sounds. Feel free to send me feature requests or donate some moneyz for the work. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L
拡張機能の基本情報
名前 | Faceit Customizer |
ID | aomgehfnddilfkjooooihdnjeabknepl |
公式URL | https://chromewebstore.google.com/detail/faceit-customizer/aomgehfnddilfkjooooihdnjeabknepl |
説明 | This extension changes some elements used on Faceit page. |
ファイルサイズ | 23.65 KB |
インストール数 | 1,779 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-04-04 |
公開日 | 2015-04-04 |
評価 | 3.40/5 合計 10 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L |
ヘルプページのURL | http://steamcommunity.com/id/kaydenJ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit Customizer", "description": "This extension changes some elements used on Faceit page.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/www.faceit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "cs.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "sounds.js" ] } |