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.”。
扩展截图
下载Boards Enhancement Kit扩展crx文件
下载Boards Enhancement Kit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hey guys, Tundra here
扩展基本信息
名称 | |
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 } |