Boards Enhancement Kit

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

Boards Enhancement Kit là gì?

Boards Enhancement Kit là một tiện ích mở rộng Chrome được phát triển bởi Tundra Fizz, và tính năng chính của nó là "Enhances the League of Legends boards by providing additional features to it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boards Enhancement Kit

Tải xuống các tệp mở rộng Boards Enhancement Kit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Hey guys, Tundra here                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Boards Enhancement Kit Boards Enhancement Kit
ID ogbnojcnphljpnfijgohgdkhealoalla
URL Chính Thức https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla
Mô tả Enhances the League of Legends boards by providing additional features to it.
Kích Thước Tệp 262 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2019-08-21
Ngày Phát Hành 2019-08-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tundra Fizz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}