PugChamp Helper

PugChamp ETF2L, RGL and ESEA division integration.

PugChamp Helperคืออะไร?

PugChamp Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kolja Blauhut และคุณลักษณะหลักของมันคือ "PugChamp ETF2L, RGL and ESEA division integration."

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

screenshot
screenshot

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

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

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

                        Color codes players by their ETF2L, RGL and ESEA divisions. Please note that this is currently still in beta and some features may not yet work or break during usage. I'd really appreciate if you could report any bugs here: https://github.com/kodeeey/PugChamp-Helper                    

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

ชื่อ PugChamp Helper PugChamp Helper
ID lnjfjdblfmeanpddnhmkonamfekkpaff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pugchamp-helper/lnjfjdblfmeanpddnhmkonamfekkpaff
คำอธิบาย PugChamp ETF2L, RGL and ESEA division integration.
ขนาดไฟล์ 37.56 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 1.47
อัปเดตครั้งล่าสุด 2020-12-16
วันที่เผยแพร่ 2020-06-07
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Kolja Blauhut
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/kblauhut/PugChamp-Helper
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PugChamp Helper",
    "description": "PugChamp ETF2L, RGL and ESEA division integration.",
    "version": "1.47",
    "permissions": [
        "storage",
        "http:\/\/api.etf2l.org\/*",
        "https:\/\/api.etf2l.org\/*",
        "https:\/\/payload.tf\/api\/rgl\/*",
        "https:\/\/raw.githubusercontent.com\/*"
    ],
    "web_accessible_resources": [
        "res\/css\/divTag.css"
    ],
    "background": {
        "scripts": [
            "background.js",
            "bgrequests.js",
            "websocket.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pug.champ.gg\/",
                "http:\/\/*.pug.champ.gg\/"
            ],
            "js": [
                "src\/contentscripts\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pug.champ.gg\/player\/*",
                "http:\/\/*.pug.champ.gg\/player\/*"
            ],
            "js": [
                "src\/contentscripts\/profile.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": []
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'",
    "icons": {
        "16": "\/res\/images\/icon16.png",
        "48": "\/res\/images\/icon48.png",
        "128": "\/res\/images\/icon128.png"
    }
}