FaceitBanger
Custom notification audio
什麼是FaceitBanger?
FaceitBanger是由krystofpiorecky開發的Chrome擴展程式,該擴展的主要功能是“Custom notification audio”。
擴展截圖
下載FaceitBanger擴展crx文件
下載FaceitBanger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | FaceitBanger |
ID | jfpaonbcoepipiecpedacfcldodeljdf |
官方網址 | https://chromewebstore.google.com/detail/faceitbanger/jfpaonbcoepipiecpedacfcldodeljdf |
簡介 | Custom notification audio |
檔案大小 | 36.03 KB |
安裝次數 | 76 |
目前版本 | 2.2.0 |
更新時間 | 2023-02-15 |
上架時間 | 2022-11-29 |
評分 | 5.00/5 共 3 次評分 |
開發者 | krystofpiorecky |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://piorecky.cz/faceitbanger |
支援的語言 | 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" } } |