FaceitBanger
Custom notification audio
ما هو FaceitBanger؟
FaceitBanger هو إضافة Chrome تم تطويرها بواسطة krystofpiorecky، والميزة الرئيسية لها هي "Custom notification audio".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FaceitBanger
قم بتنزيل ملفات الامتداد FaceitBanger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" } } |