Boards Enhancement Kit
Enhances the League of Legends boards by providing additional features to it.
What is Boards Enhancement Kit?
Boards Enhancement Kit is a Chrome extension developed by Tundra Fizz, and its main feature is "Enhances the League of Legends boards by providing additional features to it.".
Extension Screenshots
Download Boards Enhancement Kit Extension CRX File
Download Boards Enhancement Kit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hey guys, Tundra here
Extension Basic Information
Name | |
ID | ogbnojcnphljpnfijgohgdkhealoalla |
Official URL | https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla |
Description | Enhances the League of Legends boards by providing additional features to it. |
File Size | 262 KB |
Installation Count | 92 |
Current Version | 0.4.4 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Tundra Fizz |
Payment Type | free |
Supported Languages | 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 } |