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
公式URL 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
}