FACEIT HELPER

FACEIT user experience enhancement tools

FACEIT HELPERคืออะไร?

FACEIT HELPER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Poheart & Brian และคุณลักษณะหลักของมันคือ "FACEIT user experience enhancement tools"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        UPDATE: 8/2/2017
*Show matched players feature is patched...for now.
Please join our steam group below and get latest announcement from us.


Little FACEIT chrome extension that help you auto accept match when there's one available for faceit.com
Join our Steam Group now!
http://steamcommunity.com/groups/FACEITHELPER

*Now with all basic FACEIT supports game support
Github link:
https://git.io/vP49R

Now with:
# Auto-Join server (using new Steam connect protocol on 6/10/2016)
# Show Matched Players (BETA) [Know your opponent before accept the match]
(Also know who didn't accept/accepted!)
# Auto match accept (with bug workaround)
# Auto veto (BETA)
# Auto copy-server IP address
# FACEIT Premium enabler for viewing stats
(You cannot join premium ladder/league however..)
#Anti-Inactive

7/10/2016
v3.0.1 - Fixed bugs
(not fully tested and feedback needed)

7/10/2016
v3.0.0 - Rewritten almost all code with better performances
(not fully tested and feedback needed)
*This is a hobby project for me to learn and not for profit

Contributor:
CullenIO
- Help in rewriting most part of code and added user country flag + server veto

Contact: [email protected]                    

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

ชื่อ FACEIT HELPER FACEIT HELPER
ID bjdhcabjnhhifipbnopnfpfidkafanjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/faceit-helper/bjdhcabjnhhifipbnopnfpfidkafanjf
คำอธิบาย FACEIT user experience enhancement tools
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 28,855
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2017-10-23
วันที่เผยแพร่ 2017-10-23
คะแนน 4.17/5 รวมทั้งหมด 344 คะแนน
ผู้พัฒนา Poheart & Brian
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://steamcommunity.com/groups/FACEITHELPER
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FACEIT HELPER",
    "description": "FACEIT user experience enhancement tools",
    "version": "4.1.1",
    "author": "Poheart & CullenIO",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "FACEIT Experience enhancement",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.faceit.com\/*",
                "https:\/\/www.poheart.net\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js",
        "js\/webmodule.js"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "tabs",
        "storage",
        "clipboardWrite"
    ]
}