PugChamp Helper

PugChamp ETF2L, RGL and ESEA division integration.

什麼是PugChamp Helper?

PugChamp Helper是由Kolja Blauhut開發的Chrome擴展程式,該擴展的主要功能是“PugChamp ETF2L, RGL and ESEA division integration.”。

擴展截圖

screenshot
screenshot

下載PugChamp Helper擴展crx文件

下載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
官方網址 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"
    }
}