BetterEsportal

Improves Esportal by adding necessary features and customizations.

BetterEsportalคืออะไร?

BetterEsportal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rums และคุณลักษณะหลักของมันคือ "Improves Esportal by adding necessary features and customizations."

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

screenshot
screenshot

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

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

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

                        BetterEsportal is an actively maintained Chrome extension that smoothens your experience on Esportal.com by adding additional features and the ability to further customize the website.

Highlights:
- Automatically display Faceit elo and ranks in lobbies and profiles
- Enhance profiles with extended statistics such as average kills, K/D, K/R, HS%
- Ready up for matches automatically
- Customize user profiles for visibility
- Calculate a accurate win chance using Faceit stats
- Disable the website's embedded stream and remove clutter such as banners and ads

This extension is in active development and available in English and German for now. For the German version, please switch your browser language to German. If you want a native Swedish alternative, try out the Esportal+ extension instead.

NOTE: BetterEsportal is developed independently, and is not officially endorsed by or affiliated with Esportal in any way.                    

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

ชื่อ BetterEsportal BetterEsportal
ID iklnneabdldjlpgnpccikmcgnfedlnbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betteresportal/iklnneabdldjlpgnpccikmcgnfedlnbi
คำอธิบาย Improves Esportal by adding necessary features and customizations.
ขนาดไฟล์ 82.5 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2023-04-27
วันที่เผยแพร่ 2022-07-05
ผู้พัฒนา Rums
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterEsportal",
    "version": "1.2.5",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "64": "\/img\/betteresportal_logo64.png",
        "128": "\/img\/betteresportal_logo128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content-script.js",
                "\/js\/profile.js",
                "\/js\/lobby.js"
            ],
            "matches": [
                "https:\/\/esportal.com\/*"
            ],
            "css": [
                "\/css\/lobby.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "\/html\/options.html",
    "host_permissions": [
        "https:\/\/api.esportal.com\/*",
        "https:\/\/api.faceit.com\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/esportal.com\/*"
            ],
            "resources": [
                "img\/*"
            ]
        }
    ]
}