FaceitBanger
Custom notification audio
What is FaceitBanger?
FaceitBanger is a Chrome extension developed by krystofpiorecky, and its main feature is "Custom notification audio".
Extension Screenshots
Download FaceitBanger Extension CRX File
Download FaceitBanger 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
Allows the user to change their custom song when getting their matchmaking match accept on platform called faceit.com used by thousands of e-sport players and professionals.
Extension Basic Information
Name | FaceitBanger |
ID | jfpaonbcoepipiecpedacfcldodeljdf |
Official URL | https://chromewebstore.google.com/detail/faceitbanger/jfpaonbcoepipiecpedacfcldodeljdf |
Description | Custom notification audio |
File Size | 36.03 KB |
Installation Count | 76 |
Current Version | 2.2.0 |
Last Updated | 2023-02-15 |
Publish Date | 2022-11-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | krystofpiorecky |
[email protected] | |
Payment Type | free |
Extension Website | https://piorecky.cz/faceitbanger |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FaceitBanger", "description": "Custom notification audio", "version": "2.2.0", "manifest_version": 3, "permissions": [ "tabs", "declarativeNetRequest", "storage", "*:\/\/*.faceit.com\/*" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.faceit.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.faceit.com\/*" ], "resources": [ "img\/icon-play.svg", "img\/icon-pause.svg", "img\/icon-select.svg", "img\/icon-active.svg" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |