League of Legends Boards Themes
A supplemental extension for the League of Legends Boards for selecting customized Boards themes.
League of Legends Boards Themes là gì?
League of Legends Boards Themes là một tiện ích mở rộng Chrome được phát triển bởi Wuks, và tính năng chính của nó là "A supplemental extension for the League of Legends Boards for selecting customized Boards themes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng League of Legends Boards Themes
Tải xuống các tệp mở rộng League of Legends Boards Themes 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
This extension will be maintained by the Riot Games Volunteer Programs for the purposes of extending the functionalities of the League of Legends Boards across all regions. If you encounter any issues or have any feedback for this extension, please email [email protected] or post in the Boards Community & Moderation sub-board. Features: * Cleaner Boards Theme * Red Tracker Filter * Upvote/Downvote Features Visibility Patch Notes: # Version 1.0.4 (Content Voting Adjustments!) + Downvoting will be disabled on Concepts & Creations to promote healthier discussions around player creations. + Total upvotes will be hidden across entire Boards for first two hours. # Version 1.0.2 (Bug Fix) + Support for Oceania added # Version 1.0.1 (New Features) + Red Tracker Filter added + Ability to toggle features added Upcoming Features: * Additional Boards Themes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | infahnbhpbfhabjcepjndgfgdcjpifgm |
URL Chính Thức | https://chrome.google.com/webstore/detail/league-of-legends-boards/infahnbhpbfhabjcepjndgfgdcjpifgm |
Mô tả | A supplemental extension for the League of Legends Boards for selecting customized Boards themes. |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2017-05-27 |
Ngày Phát Hành | 2017-05-27 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Wuks |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://boards.na.leagueoflegends.com/en/c/community-moderation |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "League of Legends Boards Themes", "description": "A supplemental extension for the League of Legends Boards for selecting customized Boards themes.", "version": "1.0.5", "manifest_version": 2, "options_page": "options.html", "permissions": [ "https:\/\/boards.na.leagueoflegends.com\/*", "https:\/\/boards.euw.leagueoflegends.com\/*", "https:\/\/boards.eune.leagueoflegends.com\/*", "https:\/\/boards.jp.leagueoflegends.com\/*", "https:\/\/boards.lan.leagueoflegends.com\/*", "https:\/\/boards.las.leagueoflegends.com\/*", "https:\/\/boards.br.leagueoflegends.com\/*", "https:\/\/boards.ru.leagueoflegends.com\/*", "https:\/\/boards.tr.leagueoflegends.com\/*", "https:\/\/boards.pbe.leagueoflegends.com\/*", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/boards.na.leagueoflegends.com\/*", "https:\/\/boards.oce.leagueoflegends.com\/*", "https:\/\/boards.pbe.leagueoflegends.com\/*", "https:\/\/boards.euw.leagueoflegends.com\/*", "https:\/\/boards.eune.leagueoflegends.com\/*", "https:\/\/boards.jp.leagueoflegends.com\/*", "https:\/\/boards.lan.leagueoflegends.com\/*", "https:\/\/boards.las.leagueoflegends.com\/*", "https:\/\/boards.br.leagueoflegends.com\/*", "https:\/\/boards.ru.leagueoflegends.com\/*", "https:\/\/boards.tr.leagueoflegends.com\/*" ], "js": [ "runtime.js" ] } ], "browser_action": { "default_popup": "options.html" }, "web_accessible_resources": [ "boards.js", "boardsTheme.js", "boards_magic.jpg", "jhin.png" ], "icons": { "16": "boards-16.png", "128": "boards-128.png" } } |