Faceit league and level hider

This hides the levels a leagues of other people in a faceit lobby

Faceit league and level hiderคืออะไร?

Faceit league and level hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย venafilmsmathew และคุณลักษณะหลักของมันคือ "This hides the levels a leagues of other people in a faceit lobby"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceit league and level hider

ดาวน์โหลดไฟล์ส่วนขยาย Faceit league and level hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This hides the levels a leagues of other people in a faceit lobby                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Faceit league and level hider Faceit league and level hider
ID abadonaakcdognkjookainbfacfmffob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/faceit-league-and-level-h/abadonaakcdognkjookainbfacfmffob
คำอธิบาย This hides the levels a leagues of other people in a faceit lobby
ขนาดไฟล์ 34.06 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-08-29
วันที่เผยแพร่ 2016-08-29
ผู้พัฒนา venafilmsmathew
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit league and level hider",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.faceit.com\/en\/csgo\/room*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}