FaceitBanger
Custom notification audio
FaceitBanger là gì?
FaceitBanger là một tiện ích mở rộng Chrome được phát triển bởi krystofpiorecky, và tính năng chính của nó là "Custom notification audio".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FaceitBanger
Tải xuống các tệp mở rộng FaceitBanger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FaceitBanger |
ID | jfpaonbcoepipiecpedacfcldodeljdf |
URL Chính Thức | https://chromewebstore.google.com/detail/faceitbanger/jfpaonbcoepipiecpedacfcldodeljdf |
Mô tả | Custom notification audio |
Kích Thước Tệp | 36.03 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2023-02-15 |
Ngày Phát Hành | 2022-11-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | krystofpiorecky |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://piorecky.cz/faceitbanger |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |