FaceitBanger
Custom notification audio
Wat is FaceitBanger?
FaceitBanger is een Chrome-extensie ontwikkeld door krystofpiorecky, en de belangrijkste functie is "Custom notification audio".
Extensie Screenshots
Download het CRX-bestand van de extensie FaceitBanger
Download FaceitBanger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FaceitBanger |
ID | jfpaonbcoepipiecpedacfcldodeljdf |
Officiële URL | https://chromewebstore.google.com/detail/faceitbanger/jfpaonbcoepipiecpedacfcldodeljdf |
Beschrijving | Custom notification audio |
Bestandsgrootte | 36.03 KB |
Aantal Installaties | 76 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2023-02-15 |
Publicatiedatum | 2022-11-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | krystofpiorecky |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://piorecky.cz/faceitbanger |
Ondersteunde Talen | 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" } } |