Boards Enhancement Kit

Enhances the League of Legends boards by providing additional features to it.

什麼是Boards Enhancement Kit?

Boards Enhancement Kit是由Tundra Fizz開發的Chrome擴展程式,該擴展的主要功能是“Enhances the League of Legends boards by providing additional features to it.”。

擴展截圖

screenshot
screenshot

下載Boards Enhancement Kit擴展crx文件

下載Boards Enhancement Kit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hey guys, Tundra here                    

擴展基本資訊

名稱 Boards Enhancement Kit Boards Enhancement Kit
ID ogbnojcnphljpnfijgohgdkhealoalla
官方網址 https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla
簡介 Enhances the League of Legends boards by providing additional features to it.
檔案大小 262 KB
安裝次數 92
目前版本 0.4.4
更新時間 2019-08-21
上架時間 2019-08-21
評分 5.00/5 共 2 次評分
開發者 Tundra Fizz
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boards Enhancement Kit",
    "short_name": "BEK",
    "author": "Tundra Fizz",
    "description": "Enhances the League of Legends boards by providing additional features to it.",
    "version": "0.4.4",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.leagueoflegends.com\/*"
            ],
            "css": [
                "css\/bek-panel.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/perfect-scrollbar.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*.gif",
        "img\/*.png"
    ],
    "browser_action": {
        "default_title": "Boards Enhancement Kit",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "*:\/\/*.leagueoflegends.com\/*",
        "*:\/\/tundrafizz.space\/*",
        "*:\/\/fizzic.al\/*"
    ],
    "manifest_version": 2
}