Faceit Guru

Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…

Faceit Guruคืออะไร?

Faceit Guru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://faceit-guru.com และคุณลักษณะหลักของมันคือ "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…"

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

screenshot
screenshot

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

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

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

                        Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the opponent weak spots.

NOTE: Faceit Guru is developed independently, and is not officially endorsed by or affiliated with FACEIT.                    

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

ชื่อ Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
คำอธิบาย Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
ขนาดไฟล์ 31.66 KB
จำนวนการติดตั้ง 622
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-10-05
วันที่เผยแพร่ 2020-08-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://faceit-guru.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://faceit-guru.com/
URL หน้าช่วยเหลือ https://faceit-guru.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit Guru",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Faceit Guru",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}