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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A supplemental extension for the League of Legends Boards for selecting customized Boards themes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में League of Legends Boards Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |