Faceit Customizer
This extension changes some elements used on Faceit page.
What is Faceit Customizer?
Faceit Customizer is a Chrome extension developed by Unknown, and its main feature is "This extension changes some elements used on Faceit page.".
Extension Screenshots
Download Faceit Customizer Extension CRX File
Download Faceit Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Faceit Customizer |
ID | aomgehfnddilfkjooooihdnjeabknepl |
Official URL | https://chromewebstore.google.com/detail/faceit-customizer/aomgehfnddilfkjooooihdnjeabknepl |
Description | This extension changes some elements used on Faceit page. |
File Size | 23.65 KB |
Installation Count | 1,779 |
Current Version | 1.0.1 |
Last Updated | 2015-04-04 |
Publish Date | 2015-04-04 |
Rating | 3.40/5 Total 10 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VXHDNW6YHHU8L |
Help Page URL | http://steamcommunity.com/id/kaydenJ |
Supported Languages | 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" ] } |