League of Legends Boards Themes
A supplemental extension for the League of Legends Boards for selecting customized Boards themes.
League of Legends Boards Themes란 무엇입니까?
League of Legends Boards Themes은(는) Wuks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A supplemental extension for the League of Legends Boards for selecting customized Boards themes."입니다.
확장 프로그램 스크린샷
League of Legends Boards Themes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | infahnbhpbfhabjcepjndgfgdcjpifgm |
공식 URL | https://chrome.google.com/webstore/detail/league-of-legends-boards/infahnbhpbfhabjcepjndgfgdcjpifgm |
설명 | A supplemental extension for the League of Legends Boards for selecting customized Boards themes. |
파일 크기 | 1.1 MB |
설치 횟수 | 12 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2017-05-27 |
출시 날짜 | 2017-05-27 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Wuks |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://boards.na.leagueoflegends.com/en/c/community-moderation |
지원되는 언어 | 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" } } |