FaceitBanger

Custom notification audio

FaceitBangerคืออะไร?

FaceitBanger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krystofpiorecky และคุณลักษณะหลักของมันคือ "Custom notification audio"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FaceitBanger

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}